summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-04 13:14:08 +0300
committerPaul Buetow <paul@buetow.org>2026-04-04 13:14:08 +0300
commit49d79f4cc718f08d89dea117210b5d14ddc437f3 (patch)
tree03a6a0ce27fb34249adc41e084045a7d4341176b /internal/version.go
parentd3e7e4831a23fe44939737af70fbf51409ddfb95 (diff)
fix: enforce per-page location from story excerpt, bump to 0.16.0v0.16.0
- Add explicit LOCATION rule to story page prompt: all panels must show only the location described in that page's excerpt, not any other story location - Strengthen excerpt label so model illustrates only the current excerpt - Bump version to 0.16.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 99bca67..2350872 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.15.0"
+const Version = "0.16.0"