Fix version number (#1199)

Accidentally reverted the changes in a previous PR.
This commit is contained in:
David Markowitz
2023-09-25 06:23:23 -07:00
committed by GitHub
parent 44f466ac72
commit bd65fc6e33

View File

@@ -1,5 +1,5 @@
PROJECT_VERSION_MAJOR=1
PROJECT_VERSION_MINOR=0
PROJECT_VERSION_MINOR=1
PROJECT_VERSION_PATCH=1
# LICENSE
LICENSE=AGPL-3.0