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
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERSION="1.17.6"
|
VERSION="1.17.7"
|
||||||
|
|
||||||
function install () {
|
function install () {
|
||||||
echo "installing go"
|
echo "installing go"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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 ~
|
||||||
|
|
Loading…
Reference in New Issue