Skip to content

Commit

Permalink
upgrade to 0.0.19-beta (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji authored Aug 18, 2024
1 parent 15c8a31 commit ff87ece
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.18-beta"
version = "0.0.19-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.18-beta
image: amalshaji/portr-admin:0.0.19-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.18-beta
image: amalshaji/portr-tunnel:0.0.19-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.18-beta"
const VERSION = "0.0.19-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.18-beta"
const VERSION = "0.0.19-beta"

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

0 comments on commit ff87ece

Please sign in to comment.