Skip to content

Commit

Permalink
0.0.16-beta ready for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed May 5, 2024
1 parent b4dbd70 commit 4b920c1
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.15-beta"
version = "0.0.16-beta"
description = "Add your description here"
authors = [{ name = "amalshaji", email = "amalshajid@gmail.com" }]
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.12-beta
image: amalshaji/portr-admin:0.0.15-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.12-beta
image: amalshaji/portr-tunnel:0.0.15-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.15-beta"
const VERSION = "0.0.16-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.15-beta"
const VERSION = "0.0.16-beta"

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

0 comments on commit 4b920c1

Please sign in to comment.