diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 22:34:10 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2019-10-12 22:34:10 +0200 |
commit | f2ea85e9f9921bc29a7dcb2007212b153540c01a (patch) | |
tree | 9175b78d3bb25e78e5b4ada76ea851b6a7471ea2 | |
parent | 222f0f8000e80ffff3253fac9990ee61f4e64398 (diff) |
version: bump snapshot
-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 7f83bb4..326b9a9 100644 --- a/device/version.go +++ b/device/version.go @@ -1,3 +1,3 @@ package device -const WireGuardGoVersion = "0.0.20190908" +const WireGuardGoVersion = "0.0.20191012" |