aboutsummaryrefslogtreecommitdiff
path: root/pkg/version
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/version')
-rw-r--r--pkg/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/version/version.go b/pkg/version/version.go
index 1d7b9e7..5e224a6 100644
--- a/pkg/version/version.go
+++ b/pkg/version/version.go
@@ -3,7 +3,7 @@ package version
// the way via debug.BuildInfo does not work -- it'll always return "devel"
// thus the oldschool way: hardcoded
-const version = "0.1.0"
+const version = "0.2.0-devel"
// Current feed2imap version
func Version() string {