From 9b6b2857cfdd6b8f5ff06c402d9d6f76c62ef60f Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sat, 12 Feb 2022 21:38:12 +0700 Subject: [PATCH] bump installation versions --- scripts/go.sh | 2 +- scripts/julia.sh | 4 ++-- scripts/python.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/go.sh b/scripts/go.sh index 4f2aa24..79b97d7 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="1.17.6" +VERSION="1.17.7" function install () { echo "installing go" diff --git a/scripts/julia.sh b/scripts/julia.sh index c9532e6..b08071b 100755 --- a/scripts/julia.sh +++ b/scripts/julia.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -MINOR="1.6" -VERSION="1.6.3" +MINOR="1.7" +VERSION="1.7.2" function install () { echo "installing julia" diff --git a/scripts/python.sh b/scripts/python.sh index 3ed3168..9b2aa4f 100755 --- a/scripts/python.sh +++ b/scripts/python.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="3.10.1" +VERSION="3.10.2" function install () { cd ~