From 7cf6549e8a0ed45fd652d9f605e504e68afc3b01 Mon Sep 17 00:00:00 2001 From: qist <87984115@qq.com> Date: Thu, 22 Feb 2024 12:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=BA=9B=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/version | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/version b/config/version index bbaa9e16..d175cc56 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.8.18 \ No newline at end of file +1.8.19 \ No newline at end of file diff --git a/go.mod b/go.mod index 6100d102..7dda5c70 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module xray-ui -go 1.21.4 +go 1.22.0 require ( github.com/BurntSushi/toml v1.3.2