From e8e08c783e2f7ecbb94f12eb3a48e86c588bc745 Mon Sep 17 00:00:00 2001 From: amalshaji Date: Thu, 25 Apr 2024 21:45:21 +0530 Subject: [PATCH] bump version to 0.0.13-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 ec63b5e..ab2c304 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.12-beta" +version = "0.0.13-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 e9250e7..dc141b3 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.12-beta" +const VERSION = "0.0.13-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index 9913375..31b165a 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.12-beta" +const VERSION = "0.0.13-beta" func main() { app := &cli.App{