From af912035b5827cac6e3f9fd8240cfa3f55bd059e Mon Sep 17 00:00:00 2001 From: Chris Welham <71787007+apexatoll@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:44:17 +0000 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/kangaru/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95e4254..42d4bbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kangaru (0.2.1) + kangaru (0.2.2) colorize (~> 1.1) erb (~> 4.0) sequel (~> 5.72) diff --git a/lib/kangaru/version.rb b/lib/kangaru/version.rb index 407c2b9..4d206e5 100644 --- a/lib/kangaru/version.rb +++ b/lib/kangaru/version.rb @@ -1,3 +1,3 @@ module Kangaru - VERSION = "0.2.1".freeze + VERSION = "0.2.2".freeze end