1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-08-28 04:38:12 +02:00

chore: version v1.0.1

This commit is contained in:
Henrik Hautakoski 2026-07-15 09:06:27 +02:00
parent 930ba7b37c
commit c0570dec1d
7 changed files with 7 additions and 7 deletions

2
src/parser.c generated
View file

@ -1329,7 +1329,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_dotenv(void) {
.metadata = {
.major_version = 1,
.minor_version = 0,
.patch_version = 0,
.patch_version = 1,
},
};
return &language;