summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 15:39:43 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 15:39:43 +0300
commit0534d00024ede58ffa83a7c715e68cc03e6f9328 (patch)
treefb1a8764e17305386d1650cd6fdff2707f4b8ffc /internal
parent299aa6727025c4f888ec2a38b8945ed39159a99c (diff)
Release 0.3.0 with daemon API and container packaging.
Document the full HTTP API surface, bump the version for the new daemon/upload/report capabilities, and add Docker build assets so goprecords can be packaged and deployed in f3s. Made-with: Cursor
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
index db740bd..c2e9b9f 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -1,4 +1,4 @@
package version
// Tag is the application release version.
-const Tag = "0.2.4"
+const Tag = "0.3.0"