From c26b23ff94882c3a13a9ce11de294ea74507e6ec Mon Sep 17 00:00:00 2001 From: "dobby-app[bot]" <78910979+dobby-app[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:30:18 +0000 Subject: [PATCH] bump patch version --- lib/twiglet/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twiglet/version.rb b/lib/twiglet/version.rb index d5ba1d9..fa2709e 100644 --- a/lib/twiglet/version.rb +++ b/lib/twiglet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Twiglet - VERSION = '3.13.1' + VERSION = '3.13.2' end