From b52216bd2f95072d18ef955ccd9e79e4d43d1515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 17 Feb 2026 15:21:01 +0100 Subject: [PATCH] chore: bump version to 0.14.1 Co-Authored-By: Claude Opus 4.6 --- cmd/oubliette/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oubliette/main.go b/cmd/oubliette/main.go index 0665b99..38bdbed 100644 --- a/cmd/oubliette/main.go +++ b/cmd/oubliette/main.go @@ -20,7 +20,7 @@ import ( "git.t-juice.club/torjus/oubliette/internal/web" ) -const Version = "0.14.0" +const Version = "0.14.1" func main() { if err := run(); err != nil {