Skip to content

Commit

Permalink
v1.27.1 - fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jan 20, 2024
1 parent 96a4e15 commit f01ac2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bugs": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/issues"
},
"version": "1.27.0",
"version": "1.27.1",
"engines": {
"vscode": "^1.67.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int main(int argc, char** argv)
return 1;
};

argparse::ArgumentParser program("luau-lsp", "1.27.0");
argparse::ArgumentParser program("luau-lsp", "1.27.1");
program.set_assign_chars(":=");

// Global arguments
Expand Down

0 comments on commit f01ac2c

Please sign in to comment.