We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e74351 commit b0e1fd4Copy full SHA for b0e1fd4
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.7.8
+ARG VERSION=v0.7.9
35
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
36
cd rosetta-cli && \
37
git fetch --all --tags && \
cmd/root.go
@@ -397,6 +397,6 @@ var versionCmd = &cobra.Command{
397
Use: "version",
398
Short: "Print rosetta-cli version",
399
Run: func(cmd *cobra.Command, args []string) {
400
- fmt.Println("v0.7.8")
+ fmt.Println("v0.7.9")
401
},
402
}
0 commit comments