diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-04-09 10:39:36 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-04-09 10:39:48 +0200 |
commit | 18fa270472650553266bda78dbe1764224faaa73 (patch) | |
tree | 988506b4bb9d209fb4a015644aa8ba9aae1e8b87 | |
parent | f156a53ff46eeeb66b658380274c8edc9562f6fc (diff) |
version: put version in right place
-rw-r--r-- | device/version.go | 2 | ||||
-rw-r--r-- | version.go | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/device/version.go b/device/version.go index 9077cdc..4f2a22f 100644 --- a/device/version.go +++ b/device/version.go @@ -1,3 +1,3 @@ package device -const WireGuardGoVersion = "0.0.20181222" +const WireGuardGoVersion = "0.0.20190409" diff --git a/version.go b/version.go deleted file mode 100644 index 5a88a80..0000000 --- a/version.go +++ /dev/null @@ -1,3 +0,0 @@ -package main - -const WireGuardGoVersion = "0.0.20190409" |