Skip to content

Commit 7e95ef1

Browse files
committed
Bump version to 0.3.0 for new release.
1 parent 0411780 commit 7e95ef1

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.2.0"
2+
version = "0.3.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
@@ -138,7 +138,7 @@ subroutine get_command_line_settings(cmd_settings)
138138
case default ; os_type = "OS Type: UNKNOWN"
139139
end select
140140
version_text = [character(len=80) :: &
141-
& 'Version: 0.2.0, alpha', &
141+
& 'Version: 0.3.0, alpha', &
142142
& 'Program: fpm(1)', &
143143
& 'Description: A Fortran package manager and build system', &
144144
& 'Home Page: https://github.com/fortran-lang/fpm', &

0 commit comments

Comments
 (0)