Skip to content

Commit 93f6f70

Browse files
authored
Bump version to 0.7.0 (#785)
1 parent 1c60d12 commit 93f6f70

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.6.0"
2+
version = "0.7.0"
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
@@ -223,7 +223,7 @@ subroutine get_command_line_settings(cmd_settings)
223223
end select
224224
unix = os_is_unix(os)
225225
version_text = [character(len=80) :: &
226-
& 'Version: 0.6.0, alpha', &
226+
& 'Version: 0.7.0, alpha', &
227227
& 'Program: fpm(1)', &
228228
& 'Description: A Fortran package manager and build system', &
229229
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)