From bfefcaeda9579ad5f52ed7a6206cb63a9ae0c87b Mon Sep 17 00:00:00 2001 From: amalshaji Date: Fri, 29 Mar 2024 22:36:51 +0530 Subject: [PATCH] Release `0.0.9-beta` --- admin/pyproject.toml | 2 +- tunnel/cmd/portr/main.go | 2 +- tunnel/cmd/portrd/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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{