Skip to content

Commit

Permalink
Update the template to include task to update cmake version if needed…
Browse files Browse the repository at this point in the history
…. Bump the version number in cmake in prep for a release.
  • Loading branch information
dholladay00 committed Dec 14, 2022
1 parent 8500fc7 commit f62dbd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ detail. Why is this change required? What problem does it solve?-->

- [ ] Code is formatted. (You can use the format_spiner make target.)
- [ ] Adds a test for any bugs fixed. Adds tests for new features.
- [ ] If preparing for a new release, update the version in cmake.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

cmake_minimum_required(VERSION 3.23)

set(SPINER_VERSION 1.4.0)
set(SPINER_VERSION 1.6.0)
project(spiner VERSION ${SPINER_VERSION})

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit f62dbd4

Please sign in to comment.