lib/cloud66_agent/utils/version.rb in cloud66_agent-1.4.3 vs lib/cloud66_agent/utils/version.rb in cloud66_agent-1.4.4
- old
+ new
@@ -11,10 +11,10 @@
# Defines the major version
# MINOR:
# Defines the minor version
# PATCH:
# Defines the patch version
- MAJOR, MINOR, PATCH = 1, 4, 3
+ MAJOR, MINOR, PATCH = 1, 4, 4
#ie. PRERELEASE_MODIFIER = 'beta1' or nil
PRERELEASE_MODIFIER = nil
##