From 61771c0a3e5462e27151c9a62dcede55bd6d0f9e Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 6 Jun 2023 10:14:41 +0200 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/console1984/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4a43bbc..9c85fc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - console1984 (0.1.26) + console1984 (0.1.27) parser rainbow diff --git a/lib/console1984/version.rb b/lib/console1984/version.rb index 50f67a8..9162e64 100644 --- a/lib/console1984/version.rb +++ b/lib/console1984/version.rb @@ -1,3 +1,3 @@ module Console1984 - VERSION = '0.1.26' + VERSION = '0.1.27' end