Skip to content

Commit b0e1fd4

Browse files
update version (#334)
1 parent 2e74351 commit b0e1fd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
3131

3232
WORKDIR /go/src
3333

34-
ARG VERSION=v0.7.8
34+
ARG VERSION=v0.7.9
3535
RUN git clone https://github.com/coinbase/rosetta-cli.git && \
3636
cd rosetta-cli && \
3737
git fetch --all --tags && \

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,6 @@ var versionCmd = &cobra.Command{
397397
Use: "version",
398398
Short: "Print rosetta-cli version",
399399
Run: func(cmd *cobra.Command, args []string) {
400-
fmt.Println("v0.7.8")
400+
fmt.Println("v0.7.9")
401401
},
402402
}

0 commit comments

Comments
 (0)