summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-26 12:47:59 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit6009b0df371557a9b6319467536872b37996cc74 (patch)
tree32c33296b448a9eed895c1cbcf550b680c1f4ed7 /cmd
parent09ee57ccc9f66909bb87ecbbd5c38a5d5e8391f0 (diff)
Version: Update to 2.0.0
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cli/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index b7aa9ff..0f130ad 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -164,7 +164,7 @@ func printConfig(url string, srvType srvtypes.Type) {
var c *client.Client
c, err := client.New(
"org.eduvpn.app.linux",
- "1.1.2-cli",
+ "2.0.0-cli",
"configs",
func(old client.FSMStateID, new client.FSMStateID, data interface{}) bool {
stateCallback(c, old, new, data)