Add version number.

This commit is contained in:
Glenn Y. Rolland 2014-01-03 09:53:12 +01:00
parent f5896f6b2d
commit 841cde2dc2
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,5 @@
require 'kook/version'
require 'kook/exceptions'
require 'kook/view'
require 'kook/project'

3
lib/kook/version.rb Normal file
View file

@ -0,0 +1,3 @@
module Kook
VERSION = 0.1.0
end