Skip to content

Commit 7f1611d

Browse files
committed
Bump patch number
1 parent 8f2d19a commit 7f1611d

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.1"
2+
version = "0.1.2"
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
@@ -83,7 +83,7 @@ subroutine get_command_line_settings(cmd_settings)
8383
case default ; os_type = "OS Type: UNKNOWN"
8484
end select
8585
version_text = [character(len=80) :: &
86-
& 'Version: 0.1.1, alpha', &
86+
& 'Version: 0.1.2, alpha', &
8787
& 'Program: fpm(1)', &
8888
& 'Description: A Fortran package manager and build system', &
8989
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)