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

Commit 9181637

Browse files
authored
Merge pull request #157 from mercari/bump-version-to-0.14.0
chore: bumped version to 0.14.0
2 parents e437018 + 13624e0 commit 9181637

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.13.2
1+
VERSION=0.14.0
22

33
all: bin/gaurun bin/gaurun_recover
44

gaurun/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package gaurun
22

33
const (
4-
Version = "0.13.2"
4+
Version = "0.14.0"
55
)
66

77
const (

0 commit comments

Comments
 (0)