lib/shared/version.rb in testbot-0.7.8 vs lib/shared/version.rb in testbot-0.7.9
- old
+ new
@@ -1,8 +1,8 @@
module Testbot
# Don't forget to update readme and changelog
def self.version
- version = "0.7.8"
+ version = "0.7.9"
dev_version_file = File.join(File.dirname(__FILE__), '..', '..', 'DEV_VERSION')
if File.exists?(dev_version_file)
version += File.read(dev_version_file)
end
version