Skip to content

Commit

Permalink
Release 0.0.6-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Mar 25, 2024
1 parent 2bc8684 commit a8d3690
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.1.0"
version = "0.0.6-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 @@ -9,7 +9,7 @@ import (
"github.com/urfave/cli/v2"
)

const VERSION = "0.0.5-beta"
const VERSION = "0.0.6-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.5-beta"
const VERSION = "0.0.6-beta"

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

0 comments on commit a8d3690

Please sign in to comment.