Skip to content

Commit

Permalink
chore(release) bump collect to 25.03.0 (#2045)
Browse files Browse the repository at this point in the history
* Chore(release) bump collect to 25.03
  • Loading branch information
pkippes authored Jan 23, 2025
1 parent e1dd7a6 commit 472ada9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MAJOR=25.01
MAJOR=25.03
MINOR=0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ endif()

# Version.
set(COLLECT_MAJOR 25)
set(COLLECT_MINOR 01)
set(COLLECT_MINOR 03)
set(COLLECT_PATCH 0)
set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}")

Expand Down

0 comments on commit 472ada9

Please sign in to comment.