From 03258242caa40583a65639bf543116f0d27129c7 Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 19:57:06 +0000 Subject: [PATCH] chore: release v1.22.7 --- 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 0285fa8..5dc8caf 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.6"; - commit = "cb1f0038b696c9862ca83acc013aa394a7970657"; + version = "v1.22.7"; + commit = "25f513f719b003b504768d766d97a10b39d76acb"; 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