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 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 23:17:30 +01:00
parent 8ff029fcb7
commit 49425635ce

View File

@@ -19,7 +19,7 @@ import (
"git.t-juice.club/torjus/oubliette/internal/web" "git.t-juice.club/torjus/oubliette/internal/web"
) )
const Version = "0.5.0" const Version = "0.4.0"
func main() { func main() {
if err := run(); err != nil { if err := run(); err != nil {