diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:20:16 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:20:16 +0100 |
commit | 08094e5c27e0692f99f17f7cfb7911b25ea541c5 (patch) | |
tree | e0e0ee86eccc073bfab64bb4f32a10e40c535ebe /lib | |
parent | 3aa58946ff756d53bb54ed45af122ed97fe816d2 (diff) | |
download | zorglub-08094e5c27e0692f99f17f7cfb7911b25ea541c5.zip zorglub-08094e5c27e0692f99f17f7cfb7911b25ea541c5.tar.gz |
release 0.0.7v0.0.7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zorglub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb index 3642dcf..c94a6bf 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -2,7 +2,7 @@ # -*- coding: UTF-8 -*- # module Zorglub - VERSION = '0.0.6' + VERSION = '0.0.7' end # require 'zorglub/node' |