Preparing for 1.1.3 release.

This commit is contained in:
Jeremy Cook
2015-10-31 09:46:28 -04:00
parent dcc5cb0bc1
commit cc83a4e1fa
4 changed files with 12 additions and 4 deletions

View File

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