From cc8a92006cdb1be73457734f354a4abff5167555 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 21 Nov 2021 16:33:16 +0100 Subject: Bump version to 0.5.0 (#614) --- src/fpm_command_line.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fpm_command_line.f90') diff --git a/src/fpm_command_line.f90 b/src/fpm_command_line.f90 index db5d7c7..0837bf2 100644 --- a/src/fpm_command_line.f90 +++ b/src/fpm_command_line.f90 @@ -194,7 +194,7 @@ contains case default ; os_type = "OS Type: UNKNOWN" end select version_text = [character(len=80) :: & - & 'Version: 0.4.0, alpha', & + & 'Version: 0.5.0, alpha', & & 'Program: fpm(1)', & & 'Description: A Fortran package manager and build system', & & 'Home Page: https://github.com/fortran-lang/fpm', & -- cgit v1.2.3