Skip to content

Commit

Permalink
update gh.sh:v2.39.1,node.sh:v21.2.0,pycharm.sh:2023.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Nov 14, 2023
1 parent f0b676a commit eacc19c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v2.38.0"
VERSION="v2.39.1"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion node.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# auto install nodejs
VERSION="v21.1.0"
VERSION="v21.2.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion pycharm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="2023.2.4"
VERSION="2023.2.5"

if [ -n "$1" ];then VERSION=$1; fi

Expand Down

0 comments on commit eacc19c

Please sign in to comment.