Skip to content

Commit

Permalink
chore: add 1.17.0 to list of lsp versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tatchi committed Jan 5, 2024
1 parent 6f405a2 commit f3468d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ocaml_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ let lsp_versions =
; "1.16.0-4.14"
; "1.16.1"
; "1.16.2"
; "1.17.0"
|] )
; ( (5, 0)
, [| "1.13.2~5.0preview"
Expand All @@ -123,8 +124,9 @@ let lsp_versions =
; "1.15.1-5.0"
; "1.16.1"
; "1.16.2"
; "1.17.0"
|] )
; ((5, 1), [| "1.16.1"; "1.16.2" |])
; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |])
]
in
let rest =
Expand Down

0 comments on commit f3468d7

Please sign in to comment.