We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.0.29-beta
1 parent 4398ab4 commit 2128695Copy full SHA for 2128695
admin/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "portr-admin"
3
-version = "0.0.28-beta"
+version = "0.0.29-beta"
4
description = "Add your description here"
5
authors = [{ name = "amalshaji", email = "[email protected]" }]
6
dependencies = [
tunnel/cmd/portr/main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/urfave/cli/v2"
11
)
12
13
-const VERSION = "0.0.28-beta"
+const VERSION = "0.0.29-beta"
14
15
func main() {
16
app := &cli.App{
tunnel/cmd/portrd/main.go
@@ -16,7 +16,7 @@ import (
17
18
19
20
21
22
0 commit comments