From 931f3778a84fee20decb92c6ea0cc56474e94166 Mon Sep 17 00:00:00 2001 From: Max Claus Nunes Date: Sun, 21 Oct 2018 11:11:48 -0300 Subject: [PATCH] Prepare release 1.0.2 --- cmd/gaper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gaper/main.go b/cmd/gaper/main.go index 83596d8..5c2aff3 100644 --- a/cmd/gaper/main.go +++ b/cmd/gaper/main.go @@ -12,7 +12,7 @@ var ( // keep the version hardcoded because on installing it through "go get/install" // it doesn't apply the build tags to override it. So, it is make easier for // people using in that case to find out which version they are using - version = "1.0.1-dev" + version = "1.0.2-dev" ) func main() {