Skip to content

Commit cfc09bd

Browse files
committed
Update version number.
1 parent 004faa4 commit cfc09bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [v1.15.0] - 2026-03-12
44

55
### Added
66

src/utils/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All rights reserved (see LICENSE).
1414
#include <string>
1515

1616
constexpr unsigned MAJOR = 1;
17-
constexpr unsigned MINOR = 15;
17+
constexpr unsigned MINOR = 16;
1818
constexpr unsigned PATCH = 0;
1919
constexpr bool DEV = true;
2020
constexpr unsigned RC = 0;

0 commit comments

Comments
 (0)