Skip to content

Commit

Permalink
Merge pull request #5 from gofrp/bump
Browse files Browse the repository at this point in the history
feat: bump 0.1.1 version
  • Loading branch information
blizard863 authored Apr 12, 2024
2 parents f3b56dd + bcdf337 commit dd5d858
Show file tree
Hide file tree
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:

Expand Down
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
Expand Down

0 comments on commit dd5d858

Please sign in to comment.