summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2019-01-01 10:17:03 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2019-01-01 10:17:03 +0100
commitaf13f79198aab523881347de458cb176013b9162 (patch)
treec20232217411882377c62abd8e8995442691600c
parent6c7e0f38905a4a9ddbcfbe8a11d78bbe9c6ffab9 (diff)
downloadzorglub-af13f79198aab523881347de458cb176013b9162.zip
zorglub-af13f79198aab523881347de458cb176013b9162.tar.gz
upgrade version to 0.1.0v0.1.0
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/zorglub.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1722180..5e1d572 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zorglub (0.0.9)
+ zorglub (0.1.0)
GEM
remote: http://rubygems.org/
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index 4f4fdc8..586a184 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -2,7 +2,7 @@
# -*- coding: UTF-8 -*-
module Zorglub
- VERSION = '0.0.9'
+ VERSION = '0.1.0'
end
require 'zorglub/node'