Skip to content

Commit

Permalink
update version. update readme. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger authored Mar 26, 2024
1 parent 4c50747 commit a77b408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
The `astria-dev` cli is a tool designed to make local rollup development as
simple and dependency free as possible.

Currently the cli only works on arm Macos.

# Locally Build the CLI

Dependencies: (only required for development)
Expand All @@ -15,7 +13,6 @@ Dependencies: (only required for development)
```
git clone [email protected]:astriaorg/astria-cli-go.git
cd astria-cli-go
git checkout feat/local-binaries
just build
just run "dev init"
just run "dev run"
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var version = "v0.0.1"
var version = "v0.1.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit a77b408

Please sign in to comment.