mirror of
https://github.com/status-im/status-go.git
synced 2025-01-19 03:04:54 +00:00
8 lines
239 B
Go
8 lines
239 B
Go
|
// 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"
|