Skip to content

Commit

Permalink
Bump version to 0.0.14-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Apr 30, 2024
1 parent 1b5fe21 commit 97d4bd5
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.13-beta"
version = "0.0.14-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.13-beta"
const VERSION = "0.0.14-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.13-beta"
const VERSION = "0.0.14-beta"

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

0 comments on commit 97d4bd5

Please sign in to comment.