lib/hudson.rb in hudson-0.2.5.pre2 vs lib/hudson.rb in hudson-0.2.5.pre3

- old
+ new

@@ -1,7 +1,7 @@ module Hudson - VERSION = "0.2.5.pre2" - HUDSON_VERSION = "1.363" + VERSION = "0.2.5.pre3" + HUDSON_VERSION = "1.368" WAR = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war") PLUGINS = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins") end require 'hudson/api'