Skip to content

Commit 241d5ff

Browse files
manyosocebtenzzre
authored andcommitted
Bump version for 3.7.0 release. (#3401)
Signed-off-by: Adam Treat <[email protected]> Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 0348189 commit 241d5ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gpt4all-chat/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The 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))

gpt4all-chat/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 3.25) # for try_compile SOURCE_FROM_VAR
33
include(../common/common.cmake)
44

55
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)
88
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}")
1010

1111
project(gpt4all VERSION ${APP_VERSION_BASE} LANGUAGES CXX C)
1212

0 commit comments

Comments
 (0)