chat: set version to 2.7.0 (#1940)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
pull/1944/head
Jared Van Bortel 8 months ago committed by GitHub
parent 260a56c748
commit 2020c23edf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,8 +17,8 @@ if(APPLE)
endif()
set(APP_VERSION_MAJOR 2)
set(APP_VERSION_MINOR 6)
set(APP_VERSION_PATCH 3)
set(APP_VERSION_MINOR 7)
set(APP_VERSION_PATCH 0)
set(APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_PATCH}")
# Include the binary directory for the generated header file

Loading…
Cancel
Save