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 {

View File

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