Skip to content

Commit

Permalink
Bump version to 0.3.0 for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LKedward committed Jun 23, 2021
1 parent 0411780 commit 7e95ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "fpm"
version = "0.2.0"
version = "0.3.0"
license = "MIT"
author = "fpm maintainers"
maintainer = ""
Expand Down
2 changes: 1 addition & 1 deletion src/fpm_command_line.f90
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ subroutine get_command_line_settings(cmd_settings)
case default ; os_type = "OS Type: UNKNOWN"
end select
version_text = [character(len=80) :: &
& 'Version: 0.2.0, alpha', &
& 'Version: 0.3.0, alpha', &
& 'Program: fpm(1)', &
& 'Description: A Fortran package manager and build system', &
& 'Home Page: https://github.com/fortran-lang/fpm', &
Expand Down

0 comments on commit 7e95ef1

Please sign in to comment.