Skip to content

Commit b60d807

Browse files
author
Kasper Peeters
committed
Bump version for release candidate.
1 parent 768c5fe commit b60d807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Homebrew
55

66
on:
77
release:
8-
types: [created]
8+
types: [released]
99

1010
# on: [push]
1111

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(CADABRA_VERSION_MAJOR 2)
22
set(CADABRA_VERSION_MINOR 5)
3-
set(CADABRA_VERSION_PATCH 9)
3+
set(CADABRA_VERSION_PATCH 10)
44
set(CADABRA_VERSION_TWEAK 0)
55
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH})
66
set(COPYRIGHT_YEARS "2001-2024")

0 commit comments

Comments
 (0)