diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fad69..579ece7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.5 - 2020- + +- + + ## v0.4 - 2020-10-19 - you can now set script variables as an argument in the form `VARIABLE=value`. More detail on this in the README file, 'Configuration from Arguments.' (#26, #50, #72, and #73) diff --git a/Installomator.sh b/Installomator.sh index 04505f6..22d2310 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -8,7 +8,7 @@ # inspired by the download scripts from William Smith and Sander Schram # with additional ideas and contribution from Isaac Ordonez, Mann consulting -VERSION='0.4' +VERSION='0.5' VERSIONDATE='20201019' export PATH=/usr/bin:/bin:/usr/sbin:/sbin