Skip to content

Commit

Permalink
remove configuration files in release assets (fatedier#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored Oct 23, 2023
1 parent 9cb0726 commit 496b1f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conf/frpc.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This configuration file is for reference only. Please do not use this configuration directly to run the program as it may have various issues.

# your proxy name will be changed to {user}.{proxy}
user = "your_name"

Expand Down
2 changes: 2 additions & 0 deletions conf/frps.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This configuration file is for reference only. Please do not use this configuration directly to run the program as it may have various issues.

# A literal address or host name for IPv6 must be enclosed
# in square brackets, as in "[::1]:80", "[ipv6-host]:http" or "[ipv6-host%zone]:80"
# For single "bindAddr" field, no need square brackets, like `bindAddr = "::"`.
Expand Down
2 changes: 0 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ for os in $os_all; do
mv ./frps_${os}_${arch} ${frp_path}/frps
fi
cp ../LICENSE ${frp_path}
cp -rf ../conf/* ${frp_path}
rm -rf ${frp_path}/legacy

# packages
cd ./packages
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version = "0.52.1"
var version = "0.52.2"

func Full() string {
return version
Expand Down

0 comments on commit 496b1f1

Please sign in to comment.