Skip to content

Commit a1383a8

Browse files
committed
Bump patch number for new release
1 parent 19d4252 commit a1383a8

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.2"
2+
version = "0.1.3"
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
@@ -120,7 +120,7 @@ subroutine get_command_line_settings(cmd_settings)
120120
case default ; os_type = "OS Type: UNKNOWN"
121121
end select
122122
version_text = [character(len=80) :: &
123-
& 'Version: 0.1.2, alpha', &
123+
& 'Version: 0.1.3, alpha', &
124124
& 'Program: fpm(1)', &
125125
& 'Description: A Fortran package manager and build system', &
126126
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)