From f9f75838dad552fa8f50c5221c17eaad72498361 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Mon, 22 Jan 2024 20:37:50 +0100 Subject: [PATCH] Bump version to 2024.0122.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 4f9c33d6..6d2b7f56 100644 --- a/lib/retrospring/version.rb +++ b/lib/retrospring/version.rb @@ -13,11 +13,11 @@ module Retrospring module Version module_function - def year = 2023 + def year = 2024 - def month = 12 + def month = 1 - def day = 21 + def day = 22 def patch = 0