Skip to content

Commit

Permalink
feat: bump 0.1.1 version
Browse files Browse the repository at this point in the history
int7 committed Apr 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f3b56dd commit bcdf337
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Features

Introducing version 0.1.0 of our proxy solution, we enable reverse proxying through standard ssh protocol communicating with frps.
Introducing version of our proxy solution, we enable reverse proxying through standard ssh protocol communicating with frps.

We offer two binary program options for different user needs:

2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var version = "0.1.0"
var version = "0.1.1"

func Full() string {
return version

0 comments on commit bcdf337

Please sign in to comment.