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.
2 parents 4ee4a2a + 5cb502c commit 77bdf8bCopy full SHA for 77bdf8b
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.8.0
+ARG VERSION=v0.9.0
35
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
36
cd rosetta-cli && \
37
git fetch --all --tags && \
cmd/root.go
@@ -434,6 +434,6 @@ var versionCmd = &cobra.Command{
434
Use: "version",
435
Short: "Print rosetta-cli version",
436
Run: func(cmd *cobra.Command, args []string) {
437
- fmt.Println("v0.8.0")
+ fmt.Println("v0.9.0")
438
},
439
}
0 commit comments