Add undocumented --version flag

This commit is contained in:
Jason A. Donenfeld
2018-05-24 01:52:22 +02:00
parent 28a167e828
commit 4a9de3218e
3 changed files with 17 additions and 2 deletions

2
version.go Normal file
View File

@@ -0,0 +1,2 @@
package main
const WireGuardGoVersion = "0.0.20180519"