Skip to content

Commit

Permalink
Release 0.0.12-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Apr 7, 2024
1 parent 9599b50 commit 9a6f569
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.11-beta"
version = "0.0.12-beta"
description = "Add your description here"
authors = [{ name = "amalshaji", email = "amalshajid@gmail.com" }]
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.11-beta"
const VERSION = "0.0.12-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.11-beta"
const VERSION = "0.0.12-beta"

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

0 comments on commit 9a6f569

Please sign in to comment.