diff --git a/version/version.go b/version/version.go index 52d0b994..68dc6c4e 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( var GitCommit string // Version returns the main version number that is being run at the moment. -const Version = "0.1.2" +const Version = "0.1.3" // BuildDate returns the date the binary was built var BuildDate = ""