Skip to content

Commit

Permalink
v2.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Dec 6, 2024
1 parent 8cb7b0e commit 1b953ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
obsoleteFeaturesUrl: "https://vrnobody.github.io/V2RayGCon/04-dev/obsolete-features/"
boxAppend: box
webuiPkgName: 'webui.zip'
webuiVer: '1.0.2'
webuiVer: '1.0.2.1'
webuiUrl: 'https://github.com/vrnobody/WebUI/releases/download'
v2rayCorePkgName: 'Xray-win7-64.zip'
v2rayCoreVer: 'v24.11.11'
v2rayCoreVer: 'v24.11.30'
# https://github.com/XTLS/Xray-core/releases/download/v1.4.0/Xray-windows-64.zip
v2rayCoreUrl: 'https://github.com/XTLS/Xray-core/releases/download'
tun2socksZipUrl: 'https://github.com/xjasonlyu/tun2socks/releases/download/v2.5.2/tun2socks-windows-amd64.zip'
Expand Down
3 changes: 2 additions & 1 deletion V2RayGCon/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.7.2")]
[assembly: AssemblyVersion("2.0.8.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

/*
--------------------------------------------------------------------
v2.0.7.2 Add std.Misc:GetNeoLunaLogAsString() in NeoLuna plug-in.
Fix typo std.Sys:Lu[s -> a]ServSetIndex().
v2.0.7.1 Support xhttp and raw stream settings in vless://...
Expand Down

0 comments on commit 1b953ba

Please sign in to comment.