diff --git a/admin/pyproject.toml b/admin/pyproject.toml index 6561ac5..ff0e565 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.20-beta" +version = "0.0.21-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 d7b96f5..c70b9ab 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.20-beta" +const VERSION = "0.0.21-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index c78314e..ec3c7d7 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.20-beta" +const VERSION = "0.0.21-beta" func main() { app := &cli.App{