Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 632afd9

Browse files
authored
Merge pull request #102 from mercari/gaurun-0.10.0
bumped version to 0.10.0
2 parents b943460 + f8510b1 commit 632afd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.9.1
1+
VERSION=0.10.0
22
TARGETS_NOVENDOR=$(shell glide novendor)
33

44
all: bin/gaurun bin/gaurun_recover

Diff for: gaurun/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package gaurun
22

33
const (
4-
Version = "0.9.1"
4+
Version = "0.10.0"
55
)
66

77
const (

0 commit comments

Comments
 (0)