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 ~