Skip to content

Commit 4cbd1a7

Browse files
committed
Fix version number
1 parent f481940 commit 4cbd1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
4646
######## Set version numbers ########
4747
set(MultiMC_VERSION_MAJOR 0)
4848
set(MultiMC_VERSION_MINOR 6)
49-
set(MultiMC_VERSION_HOTFIX 2)
49+
set(MultiMC_VERSION_HOTFIX 3)
5050

5151
# Build number
5252
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

0 commit comments

Comments
 (0)