Skip to content

Commit

Permalink
Bump version for release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Nov 30, 2024
1 parent 768c5fe commit b60d807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Homebrew

on:
release:
types: [created]
types: [released]

# on: [push]

Expand Down
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(CADABRA_VERSION_MAJOR 2)
set(CADABRA_VERSION_MINOR 5)
set(CADABRA_VERSION_PATCH 9)
set(CADABRA_VERSION_PATCH 10)
set(CADABRA_VERSION_TWEAK 0)
set(CADABRA_VERSION_SEM ${CADABRA_VERSION_MAJOR}.${CADABRA_VERSION_MINOR}.${CADABRA_VERSION_PATCH})
set(COPYRIGHT_YEARS "2001-2024")
Expand Down

0 comments on commit b60d807

Please sign in to comment.