diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 00:48:59 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 00:48:59 +0100 |
| commit | afc37f438fd0116b1dc7615b75e2db8472f6352b (patch) | |
| tree | 34568fe4655ec36800535da1ae89c9f0d293f6c1 | |
| parent | 534ca0ec8e7977c06ffaab7a63e86fe5d888ef0f (diff) | |
CLI: Pas 0.0.1 as version
| -rw-r--r-- | cmd/cli/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 0259ef2..8f94673 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -124,6 +124,7 @@ func printConfig(url string, srvType ServerTypes) { err := c.Register( "org.eduvpn.app.linux", + "0.0.1", "configs", "en", func(old client.FSMStateID, new client.FSMStateID, data interface{}) bool { |
