Upgrading the version.

This commit is contained in:
Marat Fayzullin 2024-02-04 18:07:21 -05:00
parent 4d6e9ab78d
commit 0efb052d9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from distutils.version import LooseVersion
_versionstring = "1.2.46"
_versionstring = "1.2.47"
looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion)