diff --git a/admin/pyproject.toml b/admin/pyproject.toml index 6f9a8f6c..b9aab858 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.8-beta" +version = "0.0.9-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 3627deb3..09d36fa1 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.8-beta" +const VERSION = "0.0.9-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index abafa4ee..b0806f74 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.8-beta" +const VERSION = "0.0.9-beta" func main() { app := &cli.App{