From 053fada79ace8fae48e597b169f674ab2a083423 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Thu, 12 Dec 2024 16:57:44 +0000 Subject: [PATCH] chore: release v1.21.0 --- nix/config/release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/config/release.nix b/nix/config/release.nix index 961cf2d..d6f5a0b 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -2,8 +2,8 @@ # this file is generated by nix/scripts/init-project.nix # please don't edit it manually - version = "v1.20.3"; - commit = "211f0e2cb6eaa626efca70f9daa5e26e9ce189bc"; + version = "v1.21.0"; + commit = "586cb3b89abd8e33e890225a4c5a677bfe72500d"; projectURL = "https://gitlab.schukai.com/oss/libraries/go/services/job-queues"; name = "job-queues"; mnemonic = "job-queues"; -- GitLab