From 3fd192a80cfb87b2f4c424c1cea89c0bac7053e3 Mon Sep 17 00:00:00 2001 From: amalshaji Date: Sat, 14 Dec 2024 12:25:57 +0530 Subject: [PATCH] 0.0.26-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 443dd23..3d2a9fa 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.25-beta" +version = "0.0.26-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 c43506a..e3de994 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.25-beta" +const VERSION = "0.0.26-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index dd3cc76..d3b7fad 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.25-beta" +const VERSION = "0.0.26-beta" func main() { app := &cli.App{