Preparing for 1.0.0 release.

This commit is contained in:
Jeremy Cook
2014-01-15 20:23:25 -05:00
parent faa5f0b9ed
commit e5a6e43333
3 changed files with 18 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# -*- encoding : utf-8 -*-
class Homesick
module Version
MAJOR = 0
MINOR = 9
PATCH = 8
MAJOR = 1
MINOR = 0
PATCH = 0
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end