Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amalshaji committed Mar 9, 2024
1 parent 15be462 commit 07240b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-beta"
const VERSION = "0.0.2"

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.1-beta"
const VERSION = "0.0.2"

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

0 comments on commit 07240b5

Please sign in to comment.