diff --git a/Makefile b/Makefile index 2f0ff17..cccfc64 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.5.1 +VERSION=0.5.2 TARGETS_NOVENDOR=$(shell glide novendor) all: bin/gaurun bin/gaurun_recover diff --git a/gaurun/const.go b/gaurun/const.go index 9552a02..82812b3 100644 --- a/gaurun/const.go +++ b/gaurun/const.go @@ -1,7 +1,7 @@ package gaurun const ( - Version = "0.5.1" + Version = "0.5.2" ) const (