From f0f2efd489b94be8bbc9bcfb6bff778be3885d78 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Sun, 24 Sep 2023 11:03:45 +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 85bc873..f8b5c66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - console1984 (0.1.30) + console1984 (0.1.31) parser rainbow diff --git a/lib/console1984/version.rb b/lib/console1984/version.rb index bca5c05..87fba7c 100644 --- a/lib/console1984/version.rb +++ b/lib/console1984/version.rb @@ -1,3 +1,3 @@ module Console1984 - VERSION = "0.1.30" + VERSION = "0.1.31" end