Skip to content

Commit 7060382

Browse files
committed
Bump version to 0.2.0.
1 parent 4954352 commit 7060382

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.4"
2+
version = "0.2.0"
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
@@ -133,7 +133,7 @@ subroutine get_command_line_settings(cmd_settings)
133133
case default ; os_type = "OS Type: UNKNOWN"
134134
end select
135135
version_text = [character(len=80) :: &
136-
& 'Version: 0.1.4, alpha', &
136+
& 'Version: 0.2.0, alpha', &
137137
& 'Program: fpm(1)', &
138138
& 'Description: A Fortran package manager and build system', &
139139
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)