Skip to content

Commit

Permalink
Merge pull request #345 from GeekArthur/updateVersion090
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
GeekArthur committed Aug 23, 2022
2 parents 4ee4a2a + 5cb502c commit 77bdf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

WORKDIR /go/src

ARG VERSION=v0.8.0
ARG VERSION=v0.9.0
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
cd rosetta-cli && \
git fetch --all --tags && \
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print rosetta-cli version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.8.0")
fmt.Println("v0.9.0")
},
}

0 comments on commit 77bdf8b

Please sign in to comment.