diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-20 08:39:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-20 08:39:53 +0300 |
| commit | 86b730fa12d93b689af4d01d4925c8053b50e74b (patch) | |
| tree | fedbed2dac324cdbaf3fe6130f4bff3fedd92885 | |
| parent | 9751271505527047ad6fd992534735dbbe4de1ff (diff) | |
chore: bump version to v0.1.1v0.1.1
| -rw-r--r-- | internal/version.go | 2 |
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" |
