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
|
# String of the entire version number
|
||||||
module Version
|
module Version
|
||||||
MAJOR = 1
|
MAJOR = 1
|
||||||
MINOR = 0
|
MINOR = 1
|
||||||
PATCH = 0
|
PATCH = 0
|
||||||
|
|
||||||
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
STRING = [MAJOR, MINOR, PATCH].compact.join('.')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user