From cc8a92006cdb1be73457734f354a4abff5167555 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 21 Nov 2021 16:33:16 +0100 Subject: Bump version to 0.5.0 (#614) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 81a442a..c3ae07b 100755 --- a/install.sh +++ b/install.sh @@ -42,7 +42,7 @@ done set -u # error on use of undefined variable -SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90" +SOURCE_URL="https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0.F90" BOOTSTRAP_DIR="build/bootstrap" if [ -z ${FC+x} ]; then FC="gfortran" -- cgit v1.2.3