summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-03 22:47:20 +0200
committerPaul Buetow <paul@buetow.org>2025-11-03 22:47:20 +0200
commitd088267f55c45a7ffd90a056d56e02da61b525fc (patch)
tree20ef450ffb4cf3d74adf97ca39cf9f57153f8d13 /internal/version.go
parent35e1de6f975088ade5dbf0af533fe6fdac8fcc94 (diff)
Fix: Address lint warnings and bump patch version to 0.15.3v0.15.3
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 052c674..a416c62 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,4 +1,4 @@
// Summary: Hexai semantic version identifier used by CLI and LSP binaries.
package internal
-const Version = "0.15.2"
+const Version = "0.15.3"