Skip to content

Commit

Permalink
v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ginuerzh committed Sep 3, 2022
1 parent 97dda76 commit b0bb26f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gost.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

// Version is the gost version.
const Version = "2.11.3"
const Version = "2.11.4"

// Debug is a flag that enables the debug log.
var Debug bool
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gost
base: core20
version: '2.11.3'
version: '2.11.4'
summary: A simple security tunnel written in golang
description: |
Project: https://github.com/ginuerzh/gost
Expand All @@ -20,7 +20,7 @@ parts:
source: https://github.com/ginuerzh/gost
source-subdir: cmd/gost
source-type: git
source-tag: v2.11.3
source-tag: v2.11.4
build-packages:
- gcc

Expand Down

0 comments on commit b0bb26f

Please sign in to comment.