diff options
Diffstat (limited to 'lib/feed2imap/feed2imap.rb')
-rw-r--r-- | lib/feed2imap/feed2imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/feed2imap.rb b/lib/feed2imap/feed2imap.rb index 0f09c51..a9a2c59 100644 --- a/lib/feed2imap/feed2imap.rb +++ b/lib/feed2imap/feed2imap.rb @@ -26,7 +26,7 @@ require 'feed2imap/httpfetcher' require 'logger' # Feed2Imap version -F2I_VERSION = '0.1' +F2I_VERSION = '0.2' class Feed2Imap def initialize(verbose, cacherebuild, configfile) |