Files
amneziawg-windows-client/version/version.go
T

11 lines
148 B
Go

/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019-2022 WireGuard LLC. All Rights Reserved.
*/
package version
const (
Number = "1.0.0"
)