Skip to content

Commit 0f5f02d

Browse files
committed
Merge branch 'bump-version' into separate-targets
2 parents fcbab5d + a5fe874 commit 0f5f02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fpm/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.1.3"
2+
version = "0.1.4"
33
license = "MIT"
44
author = "fpm maintainers"
55
maintainer = ""

fpm/src/fpm_command_line.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ subroutine get_command_line_settings(cmd_settings)
130130
case default ; os_type = "OS Type: UNKNOWN"
131131
end select
132132
version_text = [character(len=80) :: &
133-
& 'Version: 0.1.3, alpha', &
133+
& 'Version: 0.1.4, alpha', &
134134
& 'Program: fpm(1)', &
135135
& 'Description: A Fortran package manager and build system', &
136136
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)