Bumped version in preparation for release.

This commit is contained in:
Jeremy Cook
2017-03-22 17:10:23 -04:00
parent 3b8a5b4be4
commit d5317b8e17

View File

@@ -5,7 +5,7 @@ module Homesick
module Version module Version
MAJOR = 1 MAJOR = 1
MINOR = 1 MINOR = 1
PATCH = 3 PATCH = 4
STRING = [MAJOR, MINOR, PATCH].compact.join('.') STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end end