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