From ba86c213672a64604db0c4393efd33f4e0943978 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 16:26:47 +0000 Subject: [PATCH] chore: release 1.22.1 --- nix/config/release.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/config/release.nix b/nix/config/release.nix index fdbc15e..38d6377 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 = "1.22.0"; - commit = "dd309ed10dc311192cff9b41c6c1b605606ce30c"; + version = "1.22.1"; + commit = "36d6f93a8f2801323ab8a4e24826e542bfe22c5c"; projectURL = "https://gitlab.schukai.com/oss/configuration"; name = "configuration"; mnemonic = "configuration"; @@ -12,4 +12,4 @@ # this file is generated by nix/scripts/init-project.nix # please don't edit it manually -} +} \ No newline at end of file -- GitLab