lib/cloud66_agent/utils/version.rb in cloud66_agent-1.2.5.beta1 vs lib/cloud66_agent/utils/version.rb in cloud66_agent-1.2.5.beta2
- old
+ new
@@ -14,10 +14,10 @@
# PATCH:
# Defines the patch version
MAJOR, MINOR, PATCH = 1, 2, 5
#ie. PRERELEASE_MODIFIER = 'beta1' or nil
- PRERELEASE_MODIFIER = 'beta1'
+ PRERELEASE_MODIFIER = 'beta2'
##
# Returns the major version ( big release based off of multiple minor releases )
def self.major
MAJOR