From a77b40887da0520b7e90355bde7a702abec09bfc Mon Sep 17 00:00:00 2001 From: jesse snyder Date: Tue, 26 Mar 2024 13:17:46 -0600 Subject: [PATCH] update version. update readme. (#19) --- README.md | 3 --- cmd/version.go | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b0b85ccd..7899f480 100644 --- a/README.md +++ b/README.md @@ -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) @@ -15,7 +13,6 @@ Dependencies: (only required for development) ``` git clone git@github.com:astriaorg/astria-cli-go.git cd astria-cli-go -git checkout feat/local-binaries just build just run "dev init" just run "dev run" diff --git a/cmd/version.go b/cmd/version.go index fc159ec2..883ef82c 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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{