summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-06 17:42:15 -0700
committermo khan <mo@mokhan.ca>2021-02-06 17:42:15 -0700
commit2ddb427813c64fb11d52b94185f49eaddac73627 (patch)
treed0935c0714b804f9418672fcf73bdf0062523deb
parent82d0117a59dcb0843b85fafbba2c6ae2668e8d01 (diff)
chore: bump versionv0.2.3
-rw-r--r--Gemfile.lock2
-rw-r--r--lib/jive/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 7ffb8d6..8e2bc57 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- jive (0.2.2)
+ jive (0.2.3)
thor (~> 1.1)
GEM
diff --git a/lib/jive/version.rb b/lib/jive/version.rb
index 3ba2753..7246434 100644
--- a/lib/jive/version.rb
+++ b/lib/jive/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jive
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end