lib/cerberus/constants.rb in cerberus-0.7.9 vs lib/cerberus/constants.rb in cerberus-0.8.0

- 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.7.9' + VERSION = '0.8.0' end