diff --git a/CMakeLists.txt b/CMakeLists.txt
index d40424d..f61c165 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ if(CMAKE_CONFIGURATION_TYPES)
set(CMAKE_CONFIGURATION_TYPES "Release")
endif()
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_XCODE_GENERATE_TOP_LEVEL_PROJECT_ONLY ON)
@@ -473,4 +473,4 @@ if( USE_SPOTIFY_CEF )
install( FILES ${CEF_RESOURCE_DIR}/${resFile} DESTINATION resources)
endif()
endforeach()
-endif()
\ No newline at end of file
+endif()
diff --git a/autobuild.xml b/autobuild.xml
index 6ca9dae..ed3aee1 100644
--- a/autobuild.xml
+++ b/autobuild.xml
@@ -19,11 +19,11 @@
archive
name
darwin64
@@ -33,18 +33,18 @@
archive
name
windows64
version
- 139.0.17_g6c347eb_chromium-139.0.7258.31
+ cef_bin-148.0.9_g0d9d52a_chromium-148.0.7778.180
package_description
diff --git a/src/dullahan_version.h.in b/src/dullahan_version.h.in
index e42c6fd..6bbf55e 100644
--- a/src/dullahan_version.h.in
+++ b/src/dullahan_version.h.in
@@ -37,7 +37,7 @@
// version of this package
#define DULLAHAN_VERSION_MAJOR 1
-#define DULLAHAN_VERSION_MINOR 26
+#define DULLAHAN_VERSION_MINOR 31
#define DULLAHAN_VERSION_POINT 0
// The build version number as of v1.2 is now the date/time the build was made