lib/cerberus/constants.rb in cerberus-0.7.8 vs lib/cerberus/constants.rb in cerberus-0.7.9
- 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.8'
+ VERSION = '0.7.9'
end