Skip to content

Commit 52c2800

Browse files
committed
Bump version to 0.0.10-beta
1 parent fd7433f commit 52c2800

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

admin/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "portr-admin"
3-
version = "0.0.9-beta"
3+
version = "0.0.10-beta"
44
description = "Add your description here"
55
authors = [{ name = "amalshaji", email = "[email protected]" }]
66
dependencies = [

docker-compose.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ services:
99
network_mode: "host"
1010

1111
admin:
12-
build:
13-
# use an image
14-
context: admin
12+
image: ghcr.io/amalshaji/admin:main
1513
network_mode: "host"
1614
env_file: .env
1715
restart: unless-stopped

tunnel/cmd/portr/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/urfave/cli/v2"
1010
)
1111

12-
const VERSION = "0.0.9-beta"
12+
const VERSION = "0.0.10-beta"
1313

1414
func main() {
1515
app := &cli.App{

tunnel/cmd/portrd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/urfave/cli/v2"
1717
)
1818

19-
const VERSION = "0.0.9-beta"
19+
const VERSION = "0.0.10-beta"
2020

2121
func main() {
2222
app := &cli.App{

0 commit comments

Comments
 (0)