From 212626eb0c3674d1047cec3a657673fedbd37d32 Mon Sep 17 00:00:00 2001 From: Yuchen Jin Date: Mon, 5 Feb 2024 15:07:43 -0600 Subject: [PATCH] 1.1.1 Fix the version in the dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 208921a..1ed2a4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM $BASE_IMAGE LABEL maintainer="Yuchen Jin " \ author="Yuchen Jin " \ description="A python tool for synchronize the messages from different threads, processes or hosts." \ - version="1.1.0" + version="1.1.1" # Set configs ARG INSTALL_MODE=default