Skip to content

Commit 959b153

Browse files
authored
Release version 0.8.1
2 parents dd3e229 + ee42b02 commit 959b153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "fpm"
2-
version = "0.8.0"
2+
version = "0.8.1"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
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.8.0, alpha', &
238+
& 'Version: 0.8.1, 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)