diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 15:20:55 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 15:20:55 +0100 |
| commit | 56e65da14612516103e152524d19763ceb28013f (patch) | |
| tree | 7dcbbc3bebea9c0b5fc8df9e44142cb80dccee67 /cmd | |
| parent | 48a6b4c90f0e4e0beb7c30e6351ab2b4352e4f5d (diff) | |
Version: Update to 1.0.0
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/cli/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 8f94673..bbda060 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -124,7 +124,7 @@ func printConfig(url string, srvType ServerTypes) { err := c.Register( "org.eduvpn.app.linux", - "0.0.1", + "1.0.0-cli", "configs", "en", func(old client.FSMStateID, new client.FSMStateID, data interface{}) bool { |
