learnlytics-go/templ/lsp/protocol/version.go

8 lines
239 B
Go
Raw Normal View History

2025-03-20 12:35:13 +01:00
// SPDX-FileCopyrightText: 2018 The Go Language Server Authors
// SPDX-License-Identifier: BSD-3-Clause
package protocol
// Version is the version of the language-server-protocol specification being implemented.
const Version = "3.15.3"