lib/backup/version.rb in backup-3.0.26 vs lib/backup/version.rb in backup-3.0.27
- old
+ new
@@ -11,10 +11,10 @@
# Defines the major version
# MINOR:
# Defines the minor version
# PATCH:
# Defines the patch version
- MAJOR, MINOR, PATCH = 3, 0, 26
+ MAJOR, MINOR, PATCH = 3, 0, 27
##
# Returns the major version ( big release based off of multiple minor releases )
def self.major
MAJOR