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 1d14ec0..2546067 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby module Zorglub - VERSION = '0.1.3'.freeze + VERSION = '0.1.4'.freeze end require 'zorglub/node' |