From 541b0df007b80daf928dd3a4cfa0cce183b9c907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 14 Feb 2026 22:10:26 +0100 Subject: [PATCH] chore: bump version to 0.3.0 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 030484e..fc8c7f2 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.2.0" +const Version = "0.3.0" func main() { if err := run(); err != nil {