v2.11.4
This commit is contained in:
parent
97dda762e0
commit
b0bb26fc95
2
gost.go
2
gost.go
@ -20,7 +20,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Version is the gost version.
|
// Version is the gost version.
|
||||||
const Version = "2.11.3"
|
const Version = "2.11.4"
|
||||||
|
|
||||||
// Debug is a flag that enables the debug log.
|
// Debug is a flag that enables the debug log.
|
||||||
var Debug bool
|
var Debug bool
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: gost
|
name: gost
|
||||||
base: core20
|
base: core20
|
||||||
version: '2.11.3'
|
version: '2.11.4'
|
||||||
summary: A simple security tunnel written in golang
|
summary: A simple security tunnel written in golang
|
||||||
description: |
|
description: |
|
||||||
Project: https://github.com/ginuerzh/gost
|
Project: https://github.com/ginuerzh/gost
|
||||||
@ -20,7 +20,7 @@ parts:
|
|||||||
source: https://github.com/ginuerzh/gost
|
source: https://github.com/ginuerzh/gost
|
||||||
source-subdir: cmd/gost
|
source-subdir: cmd/gost
|
||||||
source-type: git
|
source-type: git
|
||||||
source-tag: v2.11.3
|
source-tag: v2.11.4
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user