From b59bb0115e8a09b884b1c1653f727fc0f3cb1c0d Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 25 Oct 2022 20:26:31 +0100 Subject: [PATCH] build: update version number to 0.7.0 --- src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index 3f4948e664..800c6efbff 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -223,7 +223,7 @@ subroutine get_command_line_settings(cmd_settings) end select unix = os_is_unix(os) version_text = [character(len=80) :: & - & 'Version: 0.6.0, alpha', & + & 'Version: 0.7.0, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', &