diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-04-21 19:56:39 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-04-30 22:10:22 +0200 |
commit | d46ac15fbe1b7509ca7a28ef4a8062a1bacef070 (patch) | |
tree | 994259b8671132cd2cad1ed2a98d1b6365be5cef /pkg/config/config.go | |
parent | 210ea87c05a30d53ca2f96a8082d50cb422b76ce (diff) |
[feat] handle version
Diffstat (limited to 'pkg/config/config.go')
-rw-r--r-- | pkg/config/config.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index b7987e4..4228dae 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,6 +1,6 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by vendorize.py -// At 2019-10-11 16:05:25 +// At 2020-04-14 18:42:06 package config @@ -18,6 +18,8 @@ const ( GeolocationAPI = "https://api.black.riseup.net:9001/json" ) +var Version string + /* CaCert : a string containing a representation of the provider CA, used to |