release: Set release version 1.1.9

This commit is contained in:
gyptazy
2025-10-23 11:45:59 +02:00
parent 02b43d3ef7
commit ac108f2abe
7 changed files with 13 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="1.1.8"
VERSION="1.1.9"
# ProxLB
sed -i "s/^__version__ = .*/__version__ = \"$VERSION\"/" "proxlb/utils/version.py"