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

Commit 2ef011d

Browse files
author
Tatsuhiko Kubo
authored
Merge pull request #154 from mercari/bump-version-to-0.13.2
bumped version to 0.13.2.
2 parents e20a83f + 04f2c5b commit 2ef011d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.13.1
1+
VERSION=0.13.2
22

33
all: bin/gaurun bin/gaurun_recover
44

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.13.1"
4+
Version = "0.13.2"
55
)
66

77
const (

0 commit comments

Comments
 (0)