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

- old
+ new

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