Skip to content

Commit 8bdb815

Browse files
authored
Prepare for release (#416)
1 parent c3d7547 commit 8bdb815

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.10.3
34+
ARG VERSION=v0.10.4
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
@@ -520,6 +520,6 @@ var versionCmd = &cobra.Command{
520520
Use: "version",
521521
Short: "Print rosetta-cli version",
522522
Run: func(cmd *cobra.Command, args []string) {
523-
fmt.Println("v0.10.3")
523+
fmt.Println("v0.10.4")
524524
},
525525
}

0 commit comments

Comments
 (0)