lib/hudson.rb in hudson-0.2.6 vs lib/hudson.rb in hudson-0.2.7

- old
+ new

@@ -1,7 +1,7 @@ module Hudson - VERSION = "0.2.6" - HUDSON_VERSION = "1.371" + VERSION = "0.2.7" + HUDSON_VERSION = "1.373" WAR = File.expand_path(File.dirname(__FILE__) + "/hudson/hudson.war") PLUGINS = File.expand_path(File.dirname(__FILE__) + "/hudson/plugins") end require 'hudson/api'