diff --git a/cmd/gaper/main.go b/cmd/gaper/main.go index 5c2aff3..b276a19 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.2-dev" + version = "1.0.3-dev" ) func main() {