mirror of https://github.com/aldy505/dotfiles.git
bump installation versions
This commit is contained in:
parent
193ab54a22
commit
9b6b2857cf
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="1.17.6"
|
||||
VERSION="1.17.7"
|
||||
|
||||
function install () {
|
||||
echo "installing go"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="3.10.1"
|
||||
VERSION="3.10.2"
|
||||
|
||||
function install () {
|
||||
cd ~
|
||||
|
|
Loading…
Reference in New Issue