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