From 2bcca4954e20b94396ecee386c118a0c108551d9 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Tue, 16 Apr 2024 14:31:36 -0300 Subject: [PATCH] Update version.rb --- lib/qrcode_pix_ruby/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qrcode_pix_ruby/version.rb b/lib/qrcode_pix_ruby/version.rb index b1ba528..a0f6888 100755 --- a/lib/qrcode_pix_ruby/version.rb +++ b/lib/qrcode_pix_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module QrcodePixRuby - VERSION = '0.5.1' + VERSION = '0.6.0' end