Skip to content

Commit

Permalink
Bump version to 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoComandini committed Nov 16, 2023
1 parent 76115ad commit 5868f47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Release 0.69.0
## Release 0.70.0

### Added

### Changed

### Fixed

### Removed

## Release 0.69.0 - 23-11-16

### Added

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(gdk VERSION 0.68.0 LANGUAGES C CXX)
project(gdk VERSION 0.69.0 LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 5868f47

Please sign in to comment.