From 4426c3873c6333c07a1f0dc3a60fe6117b86486b Mon Sep 17 00:00:00 2001 From: Jens Balvig Date: Sun, 17 Dec 2023 14:57:01 +0900 Subject: [PATCH] bump version --- lib/spyke/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spyke/version.rb b/lib/spyke/version.rb index 1c116d1..3d791ef 100644 --- a/lib/spyke/version.rb +++ b/lib/spyke/version.rb @@ -1,3 +1,3 @@ module Spyke - VERSION = '7.2.0' + VERSION = '7.2.1' end