We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bdbaf commit 961f4e3Copy full SHA for 961f4e3
CMakeLists.txt
@@ -61,7 +61,7 @@ string(TOLOWER "${MAPD_EDITION}" MAPD_EDITION_LOWER)
61
62
set(MAPD_VERSION_MAJOR "6")
63
set(MAPD_VERSION_MINOR "1")
64
-set(MAPD_VERSION_PATCH "0")
+set(MAPD_VERSION_PATCH "1")
65
set(MAPD_VERSION_EXTRA "")
66
set(MAPD_VERSION_RAW "${MAPD_VERSION_MAJOR}.${MAPD_VERSION_MINOR}.${MAPD_VERSION_PATCH}${MAPD_VERSION_EXTRA}")
67
set(MAPD_IMMERSE_URL "http://builds.mapd.com/frontend/mapd2-dashboard-v2-137-release-prod.zip")
0 commit comments