summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 11:32:27 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 11:32:27 +0300
commit2e72f367b17c27c93672ec62c9806affbe3c4a55 (patch)
tree33fc5ab20baccbba9277c45d7cb81b8e0dbfcb2e /internal/version.go
parentf21b8688c9e8397f3e7720a9bde773f4f1128e71 (diff)
Release v0.28.0: story gallery aggregation and stronger ultra-realistic promptsv0.28.0
- Copy *_gallery_*.png into comics/gallery after each --story run - Expand ultra-realistic rendering instructions in image prompts - Add gallery copy test; document comics/ in gitignore; sample vocab batch asset Made-with: Cursor
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 a018412..e6b624a 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.27.0"
+const Version = "0.28.0"