Skip to content

Commit

Permalink
Hardcode gaper version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcnunes committed Sep 8, 2018
1 parent e4d6c94 commit 612540b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/gaper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ import (

// build info
var (
version = "dev"
// 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"
)

var logger = gaper.NewLogger("gaper")
Expand Down

0 comments on commit 612540b

Please sign in to comment.