From 49425635ce67519348a736511b55390ff19369e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 14 Feb 2026 23:17:30 +0100 Subject: [PATCH] revert: undo premature version bump Version should be bumped when merging to master, not on the feature branch. 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 c4af8ad..06936e5 100644 --- a/cmd/oubliette/main.go +++ b/cmd/oubliette/main.go @@ -19,7 +19,7 @@ import ( "git.t-juice.club/torjus/oubliette/internal/web" ) -const Version = "0.5.0" +const Version = "0.4.0" func main() { if err := run(); err != nil {