Files
amneziawg-windows-client/version/version.go
pokamest 07aa1d2256 Bump version to 1.0.2
Signed-off-by: pokamest <pokamest@gmail.com>
2025-05-31 11:37:50 +01:00

11 lines
148 B
Go

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