diff --git a/Readme.md b/Readme.md index 7a2fd8c..ea471e5 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ A simple RSS client that parses feeds and then sends them as emails via SMTP. Current Status: - Release - 0.3.0 + Release - 0.3.1-next Bugs - Probably ## Download diff --git a/grue.go b/grue.go index dbb1b65..4d3c8b8 100644 --- a/grue.go +++ b/grue.go @@ -10,7 +10,7 @@ import ( "github.com/c-14/grue/config" ) -const version = "0.3.0" +const version = "0.3.1-next" func usage() string { return `usage: grue [--help] {add|delete|fetch|import|init_cfg|list|rename} ...