Added command to display current version of homesick.
This commit is contained in:
10
lib/homesick/version.rb
Normal file
10
lib/homesick/version.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- encoding : utf-8 -*-
|
||||
class Homesick
|
||||
module Version
|
||||
MAJOR = 0
|
||||
MINOR = 9
|
||||
PATCH = 8
|
||||
|
||||
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user