lib/shared/version.rb in testbot-0.5.6 vs lib/shared/version.rb in testbot-0.5.7

- old
+ new

@@ -1,8 +1,8 @@ module Testbot # Don't forget to update readme and changelog def self.version - version = "0.5.6" + version = "0.5.7" dev_version_file = File.join(File.dirname(__FILE__), '..', '..', 'DEV_VERSION') if File.exists?(dev_version_file) version += File.read(dev_version_file) end version