Skip to content

Commit

Permalink
Bump version to 0.0.15-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed May 5, 2024
1 parent 11ece50 commit 927cdc6
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.14-beta"
version = "0.0.15-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.14-beta"
const VERSION = "0.0.15-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.14-beta"
const VERSION = "0.0.15-beta"

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

0 comments on commit 927cdc6

Please sign in to comment.