File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,15 +121,15 @@ organize-commits() # $1 = diff_range, $2 = commit_types_csv
121121# update please
122122update ()
123123{
124- NEWVER=$( curl -sSL https://raw.githubusercontent.com/adhocore/please/master /VERSION)
124+ NEWVER=$( curl -sSL https://raw.githubusercontent.com/adhocore/please/main /VERSION)
125125 [[ " v$NEWVER " == " $( version) " ]] && ok " Already latest version" 0
126126
127127 info " Updating $PLIZ ..."
128- curl -sSLo ${FULL} https://raw.githubusercontent.com/adhocore/please/master /please
128+ curl -sSLo ${FULL} https://raw.githubusercontent.com/adhocore/please/main /please
129129 ok " Done [${NEWVER} ]" 0
130130}
131131
132- version () { echo v0.10.4 ; }
132+ version () { echo v0.11.0 ; }
133133
134134# get box.phar path
135135get-box ()
You can’t perform that action at this time.
0 commit comments