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

- 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.3' + VERSION = '0.3.4' end