Skip to content

Commit a56ec29

Browse files
authored
fix: use main branch, current version output
1 parent b43062d commit a56ec29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

please

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ organize-commits() # $1 = diff_range, $2 = commit_types_csv
121121
# update please
122122
update()
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
135135
get-box()

0 commit comments

Comments
 (0)