image now supports sqlite

This commit is contained in:
worker-9
2021-08-25 17:02:16 -04:00
parent 7fcf76764e
commit 04350db09f
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ func main() {
app := cli.NewApp()
app.Name = "Netclient CLI"
app.Usage = "Netmaker's netclient agent and CLI. Used to perform interactions with Netmaker server and set local WireGuard config."
app.Version = "v0.7.2"
app.Version = "v0.7.3"
cliFlags := []cli.Flag{
&cli.StringFlag{