lib/hudson.rb in hudson-0.2.0 vs lib/hudson.rb in hudson-0.2.1
- old
+ new
@@ -1,2 +1,4 @@
module Hudson
+ VERSION = "0.2.1"
+ HUDSON_VERSION = "1.352"
WAR = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war")
PLUGINS = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins")
\ No newline at end of file