From b0bb26fc952bb7e27a93d7be9d4694e9e0d6da84 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Sat, 3 Sep 2022 20:51:23 +0800 Subject: [PATCH] v2.11.4 --- gost.go | 2 +- snap/snapcraft.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gost.go b/gost.go index a17c827b..234b0934 100644 --- a/gost.go +++ b/gost.go @@ -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 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 03a84c18..15047c5c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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 @@ -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