Preparing for new release.

This commit is contained in:
Jeremy Cook
2015-01-01 21:21:46 -05:00
parent 46faec7857
commit c8f0999035
5 changed files with 13 additions and 10 deletions

View File

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