lib/shared/version.rb in testbot-0.7.3 vs lib/shared/version.rb in testbot-0.7.5

- old
+ new

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