Skip to content

Commit 98d97d3

Browse files
committed
fix langserver version
1 parent 333086a commit 98d97d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func main() {
1212
app := cli.NewApp()
1313
app.Name = "tsc-ls"
1414
app.Usage = "language Server for the TSC scripting language"
15-
app.Version = "0.1.6"
15+
app.Version = "1.0.7"
1616

1717
app.Commands = []*cli.Command{
1818
{

0 commit comments

Comments
 (0)