summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-27 17:38:39 -0700
committermo khan <mo@mokhan.ca>2021-02-27 17:38:39 -0700
commit779f1325158a20c3c20f29b8196827a82bc2b334 (patch)
treec64b120a12fd830d50f1d41ce6c1589c81e5c43d
parent3949feb22fdda9986dfb2fafd2b95b290f528cb3 (diff)
bump versionv0.4.2
-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 04582ea..23e7b16 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- jive (0.4.1)
+ jive (0.4.2)
thor (~> 1.1)
GEM
diff --git a/lib/jive/version.rb b/lib/jive/version.rb
index cf2504a..b2fb1e7 100644
--- a/lib/jive/version.rb
+++ b/lib/jive/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jive
- VERSION = "0.4.1"
+ VERSION = "0.4.2"
end