summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-20 08:39:53 +0300
committerPaul Buetow <paul@buetow.org>2025-08-20 08:39:53 +0300
commit86b730fa12d93b689af4d01d4925c8053b50e74b (patch)
treefedbed2dac324cdbaf3fe6130f4bff3fedd92885
parent9751271505527047ad6fd992534735dbbe4de1ff (diff)
chore: bump version to v0.1.1v0.1.1
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index d86e60b..d702f0d 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.1.0"
+const Version = "0.1.1"