We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d7547 commit 8bdb815Copy full SHA for 8bdb815
Dockerfile
@@ -31,7 +31,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
31
32
WORKDIR /go/src
33
34
-ARG VERSION=v0.10.3
+ARG VERSION=v0.10.4
35
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
36
cd rosetta-cli && \
37
git fetch --all --tags && \
cmd/root.go
@@ -520,6 +520,6 @@ var versionCmd = &cobra.Command{
520
Use: "version",
521
Short: "Print rosetta-cli version",
522
Run: func(cmd *cobra.Command, args []string) {
523
- fmt.Println("v0.10.3")
+ fmt.Println("v0.10.4")
524
},
525
}
0 commit comments