From 170b63205207be8d8ecc3b092ea49876a102edef Mon Sep 17 00:00:00 2001 From: catatsuy Date: Wed, 17 Feb 2021 15:17:12 +0900 Subject: [PATCH] bumped version to 0.13.1 * update dependent packages * add fcm priority parameter #142 --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 097cf08..7c16628 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.13.0 +VERSION=0.13.1 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index d0f8fdd..253a25c 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.13.0" + Version = "0.13.1" ) const (