lib/shared/version.rb in testbot-0.6.3 vs lib/shared/version.rb in testbot-0.6.4

- old
+ new

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