Skip to content

Commit 2a69727

Browse files
authoredApr 7, 2023
Release version 0.8.0 (#869)
1 parent 4ba0bf9 commit 2a69727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎fpm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "fpm"
2-
version = "0.7.0"
2+
version = "0.8.0"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

‎src/fpm_command_line.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ subroutine get_command_line_settings(cmd_settings)
235235
end select
236236
unix = os_is_unix(os)
237237
version_text = [character(len=80) :: &
238-
& 'Version: 0.7.0, alpha', &
238+
& 'Version: 0.8.0, alpha', &
239239
& 'Program: fpm(1)', &
240240
& 'Description: A Fortran package manager and build system', &
241241
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)