Skip to content

Commit

Permalink
upgrade to 0.0.18-beta (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Aug 15, 2024
1 parent 06b82d1 commit 5f60043
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "portr-admin"
version = "0.0.17-beta"
version = "0.0.18-beta"
description = "Add your description here"
authors = [{ name = "amalshaji", email = "[email protected]" }]
dependencies = [
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
network_mode: "host"

admin:
image: amalshaji/portr-admin:0.0.17-beta
image: amalshaji/portr-admin:0.0.18-beta
network_mode: "host"
env_file: .env
restart: unless-stopped
Expand All @@ -26,7 +26,7 @@ services:
caddy_0.encode: gzip

tunnel:
image: amalshaji/portr-tunnel:0.0.17-beta
image: amalshaji/portr-tunnel:0.0.18-beta
command: ["start"]
network_mode: "host"
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion tunnel/cmd/portr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/urfave/cli/v2"
)

const VERSION = "0.0.17-beta"
const VERSION = "0.0.18-beta"

func main() {
app := &cli.App{
Expand Down
2 changes: 1 addition & 1 deletion tunnel/cmd/portrd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/urfave/cli/v2"
)

const VERSION = "0.0.17-beta"
const VERSION = "0.0.18-beta"

func main() {
app := &cli.App{
Expand Down

0 comments on commit 5f60043

Please sign in to comment.