Skip to content

Commit 77bdf8b

Browse files
authored
Merge pull request #345 from GeekArthur/updateVersion090
Update version
2 parents 4ee4a2a + 5cb502c commit 77bdf8b

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.8.0
34+
ARG VERSION=v0.9.0
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
@@ -434,6 +434,6 @@ var versionCmd = &cobra.Command{
434434
Use: "version",
435435
Short: "Print rosetta-cli version",
436436
Run: func(cmd *cobra.Command, args []string) {
437-
fmt.Println("v0.8.0")
437+
fmt.Println("v0.9.0")
438438
},
439439
}

0 commit comments

Comments
 (0)