From 52c2800bdfe02694c3e438cadf50482e5af91162 Mon Sep 17 00:00:00 2001 From: amalshaji Date: Sun, 31 Mar 2024 11:05:52 +0530 Subject: [PATCH] Bump version to `0.0.10-beta` --- admin/pyproject.toml | 2 +- docker-compose.yaml | 4 +--- tunnel/cmd/portr/main.go | 2 +- tunnel/cmd/portrd/main.go | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/admin/pyproject.toml b/admin/pyproject.toml index b9aab858..3e454cf1 100644 --- a/admin/pyproject.toml +++ b/admin/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "portr-admin" -version = "0.0.9-beta" +version = "0.0.10-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 0a53d5a0..adde39e0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,9 +9,7 @@ services: network_mode: "host" admin: - build: - # use an image - context: admin + image: ghcr.io/amalshaji/admin:main network_mode: "host" env_file: .env restart: unless-stopped diff --git a/tunnel/cmd/portr/main.go b/tunnel/cmd/portr/main.go index 09d36fa1..0d5557c1 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.9-beta" +const VERSION = "0.0.10-beta" func main() { app := &cli.App{ diff --git a/tunnel/cmd/portrd/main.go b/tunnel/cmd/portrd/main.go index b0806f74..bafd51f6 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.9-beta" +const VERSION = "0.0.10-beta" func main() { app := &cli.App{