Bumped version number in preparation for a release.
This commit is contained in:
@@ -4,9 +4,9 @@ module Homesick
|
||||
# String of the entire version number
|
||||
module Version
|
||||
MAJOR = 1
|
||||
MINOR = 0
|
||||
MINOR = 1
|
||||
PATCH = 0
|
||||
|
||||
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user