Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-09-15 13:31:05 -04:00
parent 2760cd243b
commit f4259eddd1
1 changed files with 1 additions and 1 deletions

View File

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