From 6563b073461263bd28a6f0d0d0d43fcd900197ca Mon Sep 17 00:00:00 2001 From: Amal Shaji Date: Mon, 2 Sep 2024 10:10:25 +0530 Subject: [PATCH] upgrade to 0.0.20-beta (#93) --- admin/pyproject.toml | 2 +- docker-compose.yaml | 4 ++-- tunnel/cmd/portr/main.go | 2 +- tunnel/cmd/portrd/main.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/pyproject.toml b/admin/pyproject.toml index 698641d..6561ac5 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.19-beta" +version = "0.0.20-beta" description = "Add your description here" authors = [{ name = "amalshaji", email = "amalshajid@gmail.com" }] dependencies = [ diff --git a/docker-compose.yaml b/docker-compose.yaml index 1a076e5..b735ecd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,7 @@ services: network_mode: "host" admin: - image: amalshaji/portr-admin:0.0.19-beta + image: amalshaji/portr-admin:0.0.20-beta network_mode: "host" env_file: .env restart: unless-stopped @@ -26,7 +26,7 @@ services: caddy_0.encode: gzip tunnel: - image: amalshaji/portr-tunnel:0.0.19-beta + image: amalshaji/portr-tunnel:0.0.20-beta command: ["start"] network_mode: "host" env_file: .env diff --git a/tunnel/cmd/portr/main.go b/tunnel/cmd/portr/main.go index 30efc25..d7b96f5 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.19-beta" +const VERSION = "0.0.20-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index 2caf12c..c78314e 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.19-beta" +const VERSION = "0.0.20-beta" func main() { app := &cli.App{