From 16ca91cd60c238d66a58801746d5f9f463c481ba Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 28 Feb 2025 22:31:03 +0100 Subject: [PATCH] Bump version to 2025.0228.0 --- lib/retrospring/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/retrospring/version.rb b/lib/retrospring/version.rb index db596aaa..325c2405 100644 --- a/lib/retrospring/version.rb +++ b/lib/retrospring/version.rb @@ -13,11 +13,11 @@ module Retrospring module Version module_function - def year = 2024 + def year = 2025 - def month = 10 + def month = 2 - def day = 1 + def day = 28 def patch = 0