Skip to content

Commit

Permalink
update new version (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Dec 9, 2022
1 parent 585f9dd commit 9ce7a3b
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.10.0
ARG VERSION=v0.10.1
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 @@ -454,6 +454,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print rosetta-cli version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.10.0")
fmt.Println("v0.10.1")
},
}

0 comments on commit 9ce7a3b

Please sign in to comment.