1
1
mirror of https://github.com/fatedier/frp.git synced 2025-08-13 14:37:23 +02:00

update version ()

This commit is contained in:
fatedier
2023-01-10 10:24:44 +08:00
committed by GitHub
parent 5cfbb976f4
commit 679992db25
2 changed files with 4 additions and 9 deletions
Release.md
pkg/util/version

@ -1,9 +1,4 @@
### New ### Fix
* Add `oidc_scope` parameter to frpc when `authentication_method = oidc`. * Server Plugin send incorrect op name for NewWorkConn.
* Support quic protocol between frpc and frps. * QUIC stream leak.
### Improve
* Upgrade oidc and oauth2 package which is forward compatible.

@ -19,7 +19,7 @@ import (
"strings" "strings"
) )
var version = "0.46.0" var version = "0.46.1"
func Full() string { func Full() string {
return version return version