Raise Particl version to 0.21.2.11

This commit is contained in:
tecnovert 2022-09-01 12:32:35 +02:00
parent e4e35b0d89
commit cacd29130e
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93

View File

@ -32,7 +32,7 @@ from basicswap.util.rfc2440 import rfc2440_hash_password
from basicswap.contrib.rpcauth import generate_salt, password_to_hmac
from bin.basicswap_run import startDaemon, startXmrWalletDaemon
PARTICL_VERSION = os.getenv('PARTICL_VERSION', '0.21.2.9')
PARTICL_VERSION = os.getenv('PARTICL_VERSION', '0.21.2.11')
PARTICL_VERSION_TAG = os.getenv('PARTICL_VERSION_TAG', '')
PARTICL_LINUX_EXTRA = os.getenv('PARTICL_LINUX_EXTRA', '_nousb')