Updated homesick version and changelog due to problem with version

number in release.
This commit is contained in:
Jeremy Cook
2017-03-23 08:34:47 -04:00
parent 79421580e9
commit 4923265dea
2 changed files with 4 additions and 1 deletions

View File

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