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