Skip to content

Commit f6878ff

Browse files
committed
bump version number
1 parent e6f7688 commit f6878ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif()
2727
project(Overkit Fortran C)
2828
set(Overkit_VERSION_MAJOR 1)
2929
set(Overkit_VERSION_MINOR 0)
30-
set(Overkit_VERSION_PATCH 3)
30+
set(Overkit_VERSION_PATCH 4)
3131
set(Overkit_VERSION ${Overkit_VERSION_MAJOR}.${Overkit_VERSION_MINOR}.${Overkit_VERSION_PATCH})
3232

3333
# Module stuff

0 commit comments

Comments
 (0)