lib/testbot.rb in testbot-0.3.8.pre vs lib/testbot.rb in testbot-0.3.8
- old
+ new
@@ -6,10 +6,10 @@
module Testbot
require 'railtie' if defined?(Rails)
# Don't forget to update readme and changelog
- VERSION = "0.3.8.pre"
+ VERSION = "0.3.8"
SERVER_PID = "/tmp/testbot_server.pid"
RUNNER_PID = "/tmp/testbot_runner.pid"
DEFAULT_WORKING_DIR = "/tmp/testbot"
DEFAULT_SERVER_PATH = "/tmp/testbot/#{ENV['USER']}"