We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864f660 commit 5bd898dCopy full SHA for 5bd898d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [v1.14.0-rc.2] - 2023-11-16
+## [v1.14.0-rc.3] - 2023-11-17
4
5
### Added
6
src/utils/version.h
@@ -16,7 +16,7 @@ constexpr unsigned MAJOR = 1;
16
constexpr unsigned MINOR = 14;
17
constexpr unsigned PATCH = 0;
18
constexpr bool DEV = false;
19
-constexpr unsigned RC = 2;
+constexpr unsigned RC = 3;
20
21
namespace vroom {
22
0 commit comments