File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 3.7.0 ] - 2025-01-21
88
99### Added
1010- Add support for the Windows ARM64 target platform (CPU-only) ([ #3385 ] ( https://github.com/nomic-ai/gpt4all/pull/3385 ) )
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 3.25) # for try_compile SOURCE_FROM_VAR
33include (../common/common.cmake)
44
55set (APP_VERSION_MAJOR 3)
6- set (APP_VERSION_MINOR 6 )
7- set (APP_VERSION_PATCH 2 )
6+ set (APP_VERSION_MINOR 7 )
7+ set (APP_VERSION_PATCH 0 )
88set (APP_VERSION_BASE "${APP_VERSION_MAJOR} .${APP_VERSION_MINOR} .${APP_VERSION_PATCH} " )
9- set (APP_VERSION "${APP_VERSION_BASE} -dev0 " )
9+ set (APP_VERSION "${APP_VERSION_BASE} " )
1010
1111project (gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
1212
You can’t perform that action at this time.
0 commit comments