diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d89a8..137dbe9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( fstats LANGUAGES Fortran - VERSION 1.2.4 + VERSION 1.2.5 ) # Confgiure everything diff --git a/fpm.toml b/fpm.toml index 6ceed9a..c4235cf 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "fstats" -version = "1.2.4" +version = "1.2.5" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson"