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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 3.7.0 ] - 2025-01-21
8
8
9
9
### Added
10
10
- 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
3
3
include (../common/common.cmake)
4
4
5
5
set (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 )
8
8
set (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} " )
10
10
11
11
project (gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
12
12
You can’t perform that action at this time.
0 commit comments