diff --git a/admin/pyproject.toml b/admin/pyproject.toml index ab2c3048..2681049c 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.13-beta" +version = "0.0.14-beta" description = "Add your description here" authors = [{ name = "amalshaji", email = "amalshajid@gmail.com" }] dependencies = [ diff --git a/tunnel/cmd/portr/main.go b/tunnel/cmd/portr/main.go index dc141b32..af286f30 100644 --- a/tunnel/cmd/portr/main.go +++ b/tunnel/cmd/portr/main.go @@ -10,7 +10,7 @@ import ( "github.com/urfave/cli/v2" ) -const VERSION = "0.0.13-beta" +const VERSION = "0.0.14-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index 31b165aa..bd6ea3ad 100644 --- a/tunnel/cmd/portrd/main.go +++ b/tunnel/cmd/portrd/main.go @@ -16,7 +16,7 @@ import ( "github.com/urfave/cli/v2" ) -const VERSION = "0.0.13-beta" +const VERSION = "0.0.14-beta" func main() { app := &cli.App{