chore: bump version

This commit is contained in:
metacubex 2022-11-16 18:56:05 +08:00
parent d083aea38e
commit 353a551870
3 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ val golangSource = file("src/main/golang/native")
golang {
sourceSets {
create("meta-alpha") {
tags.set(listOf("foss"))
tags.set(listOf("foss","with_gvisor"))
srcDir.set(file("src/foss/golang"))
}
all {

@ -1 +1 @@
Subproject commit 8138f2d7a7d6896b19b7290868c302aa4159df1a
Subproject commit 138326593778a0f57a4f8b0432ec734e025907d6

View File

@ -29,6 +29,7 @@ data class Proxy(
Vless(false),
Trojan(false),
Hysteria(false),
WireGuard(false),
Relay(true),