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

Commit 170b632

Browse files
committed
bumped version to 0.13.1
* update dependent packages * add fcm priority parameter #142
1 parent 55255af commit 170b632

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.13.0
1+
VERSION=0.13.1
22

33
all: bin/gaurun bin/gaurun_recover
44

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

77
const (

0 commit comments

Comments
 (0)