Skip to content

Commit

Permalink
Bump version number for rc.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Nov 10, 2023
1 parent 3fafa38 commit db54616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [v1.14.0-rc.1] - 2023-11-10

### Added

Expand Down
4 changes: 2 additions & 2 deletions src/utils/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ All rights reserved (see LICENSE).
constexpr unsigned MAJOR = 1;
constexpr unsigned MINOR = 14;
constexpr unsigned PATCH = 0;
constexpr bool DEV = true;
constexpr unsigned RC = 0;
constexpr bool DEV = false;
constexpr unsigned RC = 1;

namespace vroom {

Expand Down

0 comments on commit db54616

Please sign in to comment.