Skip to content

Commit

Permalink
update frp to v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Oct 8, 2020
1 parent aabd44e commit d81a92c
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/fp-multiuser/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.0.1"
const version = "0.0.2"

var (
showVersion bool
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/gofrp/fp-multiuser

go 1.14
go 1.15

require (
github.com/fatedier/frp v0.32.0
github.com/fatedier/frp v0.34.1
github.com/gin-gonic/gin v1.5.0
github.com/spf13/cobra v0.0.3
)
Loading

0 comments on commit d81a92c

Please sign in to comment.