Skip to content

Commit 2128695

Browse files
committed
0.0.29-beta
1 parent 4398ab4 commit 2128695

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.28-beta"
3+
version = "0.0.29-beta"
44
description = "Add your description here"
55
authors = [{ name = "amalshaji", email = "[email protected]" }]
66
dependencies = [

tunnel/cmd/portr/main.go

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

13-
const VERSION = "0.0.28-beta"
13+
const VERSION = "0.0.29-beta"
1414

1515
func main() {
1616
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.28-beta"
19+
const VERSION = "0.0.29-beta"
2020

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

0 commit comments

Comments
 (0)