bump installation versions

This commit is contained in:
Reinaldy Rafli 2022-02-12 21:38:12 +07:00
parent 193ab54a22
commit 9b6b2857cf
No known key found for this signature in database
GPG Key ID: 748A8EC5DB8653E8
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="1.17.6" VERSION="1.17.7"
function install () { function install () {
echo "installing go" echo "installing go"

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
MINOR="1.6" MINOR="1.7"
VERSION="1.6.3" VERSION="1.7.2"
function install () { function install () {
echo "installing julia" echo "installing julia"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="3.10.1" VERSION="3.10.2"
function install () { function install () {
cd ~ cd ~