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 /device | |
parent | f156a53ff46eeeb66b658380274c8edc9562f6fc (diff) |
version: put version in right place
Diffstat (limited to 'device')
-rw-r--r-- | device/version.go | 2 |
1 files changed, 1 insertions, 1 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" |