lib/hudson.rb in hudson-0.3.0.beta.9 vs lib/hudson.rb in hudson-0.3.0.beta.10
- old
+ new
@@ -1,6 +1,6 @@
module Hudson
- VERSION = "0.3.0.beta.9"
+ VERSION = "0.3.0.beta.10"
HUDSON_VERSION = "1.380"
WAR = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war")
PLUGINS = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins")
end