Fix default versions
This commit is contained in:
parent
3583913038
commit
27c6165dd0
1 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
||||||
# DEFAULT VERSIONS
|
# DEFAULT VERSIONS
|
||||||
VERSION_PYTHON=3.11.3
|
VERSION_PYTHON="3.11.4"
|
||||||
VERSION_PHP=8.2.3
|
VERSION_PHP="8.2.7"
|
||||||
VERSION_NODE=19.9.0
|
VERSION_NODE="18.17.1"
|
||||||
VERSION_RUBY=3.2.0
|
VERSION_RUBY="3.2.2"
|
||||||
VERSION_DENO=1.32.3
|
VERSION_DENO="1.36.1"
|
||||||
|
|
||||||
WIDTH=180
|
WIDTH=180
|
||||||
HEIGHT=25
|
HEIGHT=25
|
||||||
|
|
Loading…
Reference in a new issue