From 08e4ba4bbb023b8dbf1a95c18b29bedacb44540c Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 28 Sep 2024 19:20:25 +0000
Subject: [PATCH] chore: release v0.4.7

---
 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 c3b0dba..dfdb4b8 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 = "v0.4.6";
-  commit = "a5a8a7fe799aa956a2788b7d68f012614c10a9cc";
+  version = "v0.4.7";
+  commit = "bba80b00fc2b892372b1c189dea31767c09e5013";
   projectURL = "https://gitlab.schukai.com/oss/libraries/go/markup/html";
   name = "HTML";
   mnemonic = "html";
-- 
GitLab