From abd84a710268dc888b793c85e3612eebd3419720 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Mon, 15 Apr 2024 08:31:30 -0500 Subject: [PATCH] Update version info --- CMakeLists.txt | 2 +- fpm.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1c2d72..34b744f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24) project( fstats LANGUAGES Fortran - VERSION 1.2.1 + VERSION 1.2.2 ) # Confgiure everything diff --git a/fpm.toml b/fpm.toml index c7024c1..6a2ef00 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "fstats" -version = "1.2.1" +version = "1.2.2" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson"