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