lib/cloud66_agent/utils/version.rb in cloud66_agent-0.0.1.pre2 vs lib/cloud66_agent/utils/version.rb in cloud66_agent-0.0.1.pre3

- old
+ new

@@ -14,10 +14,10 @@ # PATCH: # Defines the patch version MAJOR, MINOR, PATCH = 0, 0, 1 #ie. PRERELEASE_MODIFIER = 'beta1' - PRERELEASE_MODIFIER = "pre2" + PRERELEASE_MODIFIER = "pre3" ## # Returns the major version ( big release based off of multiple minor releases ) def self.major MAJOR