From 35c635b9989c8cd1b1f28d7d04a2e26e6988ea47 Mon Sep 17 00:00:00 2001 From: Antti Hukkanen Date: Wed, 18 Oct 2023 10:37:34 +0300 Subject: [PATCH] Bump version to 0.4.3 --- Gemfile.lock | 3 ++- lib/ratonvirus/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9601803..74ab542 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ratonvirus (0.4.2) + ratonvirus (0.4.3) activesupport (~> 7.0) GEM @@ -155,6 +155,7 @@ GEM zeitwerk (2.6.11) PLATFORMS + ruby x86_64-linux DEPENDENCIES diff --git a/lib/ratonvirus/version.rb b/lib/ratonvirus/version.rb index 58c932d..3b6322e 100644 --- a/lib/ratonvirus/version.rb +++ b/lib/ratonvirus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Ratonvirus - VERSION = "0.4.2" + VERSION = "0.4.3" end