diff --git a/admin/pyproject.toml b/admin/pyproject.toml index fd52fd96..f6bc6dcb 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.1.0" +version = "0.0.6-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 49536b7d..05c11512 100644 --- a/tunnel/cmd/portr/main.go +++ b/tunnel/cmd/portr/main.go @@ -9,7 +9,7 @@ import ( "github.com/urfave/cli/v2" ) -const VERSION = "0.0.5-beta" +const VERSION = "0.0.6-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index 2ebee85e..4f45d752 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.5-beta" +const VERSION = "0.0.6-beta" func main() { app := &cli.App{