Skip to content

Commit

Permalink
0.0.22-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Nov 15, 2024
1 parent b44d0d4 commit 7a44c02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.21-beta"
version = "0.0.22-beta"
description = "Add your description here"
authors = [{ name = "amalshaji", email = "[email protected]" }]
dependencies = [
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.21-beta"
const VERSION = "0.0.22-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.21-beta"
const VERSION = "0.0.22-beta"

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

0 comments on commit 7a44c02

Please sign in to comment.