From 8c105458c6ab7866cfc7aa5f2a4205978949db5c Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 26 Jun 2019 14:08:04 +0900 Subject: [PATCH] bumped version to 0.11.0. * android: abolished GCM support. --- Makefile | 2 +- gaurun/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a16f8a2..07506ce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.10.0 +VERSION=0.11.0 all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 6acefae..1501ae6 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.10.0" + Version = "0.11.0" ) const (