Preparing for 1.0.0 release.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user