diff options
Diffstat (limited to 'lib/zorglub.rb')
-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 b964bc5..c5a7b79 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby module Zorglub - VERSION = '0.1.1'.freeze + VERSION = '0.1.2'.freeze end require 'zorglub/node' |