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