Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
Fix the version in the dockerfile.
  • Loading branch information
cainmagi committed Feb 5, 2024
1 parent 9e3f4d0 commit 212626e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BASE_IMAGE
LABEL maintainer="Yuchen Jin <cainmagi@gmail.com>" \
author="Yuchen Jin <cainmagi@gmail.com>" \
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
Expand Down

0 comments on commit 212626e

Please sign in to comment.