From 3cde40e542755f1bc7fe714999072c0eeb8073c2 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Thu, 24 Jun 2021 23:16: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 f7c0e95..2faa47b 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.3.1'.freeze + VERSION = '0.3.2'.freeze end