diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-28 18:29:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-12-28 18:29:36 +0000 |
commit | 89f80db0e0383eda73b61b23a4747185c8505e46 (patch) | |
tree | 7b26817ed957116ecab11b7b67f55592064860c0 /.bumpversion.cfg | |
parent | Adding upstream version 1.9.4. (diff) | |
download | iredis-89f80db0e0383eda73b61b23a4747185c8505e46.tar.xz iredis-89f80db0e0383eda73b61b23a4747185c8505e46.zip |
Adding upstream version 1.10.0.upstream/1.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a78ab2..ad03b3a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.4 +current_version = 1.10.0 commit = True tag = True |