From 92f02227113fea4044d3b44839012ac806940eaa Mon Sep 17 00:00:00 2001 From: yezi Date: Mon, 24 Jun 2024 16:07:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants.py | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index a5e28f1..e82bb63 100644 --- a/constants.py +++ b/constants.py @@ -1 +1 @@ -VERSION = "v3.1.0" +VERSION = "v3.1.1" diff --git a/docker-compose.yml b/docker-compose.yml index d3c848b..deca592 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: main: - image: jfetcher:3.1.0 + image: jfetcher:3.1.1 container_name: jfetcher-v3 build: . volumes: