From 5fe7decd7e384e25c167c8d6ca202bc057d873be Mon Sep 17 00:00:00 2001 From: Sergii Pchelintsev Date: Mon, 25 Dec 2023 00:47:13 +0200 Subject: [PATCH] bump to 0.7.3 --- lib/squasher/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squasher/version.rb b/lib/squasher/version.rb index 41f40f8..7d2debb 100644 --- a/lib/squasher/version.rb +++ b/lib/squasher/version.rb @@ -1,3 +1,3 @@ module Squasher - VERSION = "0.7.2" + VERSION = "0.7.3" end