aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-22 22:56:52 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-05-22 22:56:52 +0200
commitd72c75db239dbff7e41c0d4a20df5337b9685a16 (patch)
tree57253c564f143a24b6490084971c18fd613ae867
parent6821a45b7fb59c5523373a3c8fc98fdaa41fdc29 (diff)
downloadPrismLauncher-d72c75db239dbff7e41c0d4a20df5337b9685a16.tar.gz
PrismLauncher-d72c75db239dbff7e41c0d4a20df5337b9685a16.tar.bz2
PrismLauncher-d72c75db239dbff7e41c0d4a20df5337b9685a16.zip
chore: bump version
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8c28e99..e2635c3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,8 +73,8 @@ set(Launcher_HELP_URL "https://polymc.org/wiki/help-pages/%1" CACHE STRING "URL
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)
-set(Launcher_VERSION_MINOR 2)
-set(Launcher_VERSION_HOTFIX 2)
+set(Launcher_VERSION_MINOR 3)
+set(Launcher_VERSION_HOTFIX 0)
# Build number
set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")