From 729d0e70005607dc7c69fc1de62fd8fe21f85355 Mon Sep 17 00:00:00 2001 From: ginuerzh Date: Fri, 20 Jan 2023 14:43:13 +0800 Subject: [PATCH] v2.11.5 --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 15047c5c..b4384214 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: gost base: core20 -version: '2.11.4' +version: '2.11.5' 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.4 + source-tag: v2.11.5 build-packages: - gcc