Prepare for release of new version

This commit is contained in:
Jeremy Cook
2017-12-20 16:01:20 -05:00
parent 9e9a940825
commit 9d9cf66de6
2 changed files with 6 additions and 1 deletions

View File

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