lib/cerberus/constants.rb in cerberus-0.3.2 vs lib/cerberus/constants.rb in cerberus-0.3.3

- old
+ new

@@ -2,7 +2,7 @@ HOME = File.expand_path(ENV['CERBERUS_HOME'] || '~/.cerberus') CONFIG_FILE = "#{HOME}/config.yml" LOCK_WAIT = 30 * 60 #30 minutes - VERSION = '0.3.2' + VERSION = '0.3.3' end