Prepare release 1.0.3

This commit is contained in:
Max Claus Nunes 2018-11-18 13:40:51 -02:00
parent 7ecf55b3f6
commit 56a75324ca
1 changed files with 1 additions and 1 deletions

View File

@ -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() {