diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 06:01:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 06:01:07 +0000 |
commit | 6eb59cd9e2d80f9592fd5de5900d08703996a4ef (patch) | |
tree | 229f014c0b63e4831f8ea9e2d345ddf26d50bd3d /.bumpversion.cfg | |
parent | Adding upstream version 1.14.1. (diff) | |
download | iredis-6eb59cd9e2d80f9592fd5de5900d08703996a4ef.tar.xz iredis-6eb59cd9e2d80f9592fd5de5900d08703996a4ef.zip |
Adding upstream version 1.15.0.upstream/1.15.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 57d8696..210a124 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.14.1 +current_version = 1.15.0 commit = True tag = True |