Skip to content

Commit

Permalink
Prepare for release (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaying-peng authored Apr 24, 2024
1 parent c3d7547 commit 8bdb815
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.3
ARG VERSION=v0.10.4
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 @@ -520,6 +520,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print rosetta-cli version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.10.3")
fmt.Println("v0.10.4")
},
}

0 comments on commit 8bdb815

Please sign in to comment.