diff options
author | Blaž Hrastnik | 2022-01-04 09:54:05 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-01-04 09:54:37 +0000 |
commit | efaac6c5d381b2fdf24f0b91956ac6949f6a07e6 (patch) | |
tree | 8080dbd591488eb599efdbece0b8f38164529f8b /helix-syntax | |
parent | c8794b30eeb457934278f5cbc01d0c6854ad745d (diff) |
Release 0.6
Diffstat (limited to 'helix-syntax')
-rw-r--r-- | helix-syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/Cargo.toml b/helix-syntax/Cargo.toml index cceec412..855839be 100644 --- a/helix-syntax/Cargo.toml +++ b/helix-syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helix-syntax" -version = "0.5.0" +version = "0.6.0" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] edition = "2021" license = "MPL-2.0" |