diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-20 15:06:23 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-08-20 15:06:23 +0200 |
commit | 5c902a9544576b2e8893a2365283393b3d0baae7 (patch) | |
tree | 98fa8af76e6909a22ffc4b548e36fa64ba874a5e /lib/zorglub.rb | |
parent | e749869fb7d3b829d2bd35f39ac30064674d77d8 (diff) | |
download | zorglub-5c902a9544576b2e8893a2365283393b3d0baae7.zip zorglub-5c902a9544576b2e8893a2365283393b3d0baae7.tar.gz |
release 0.1.6
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 9cffd3f..07b13e2 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby module Zorglub - VERSION = '0.1.5'.freeze + VERSION = '0.1.6'.freeze end require 'zorglub/node' |