Skip to content

Commit

Permalink
Update Bot API to 6.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Sep 23, 2023
1 parent 1e9915d commit eb194c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -x "$(command -v gsed)" ]; then
SED=gsed
fi

git pull origin master
git pull --tags origin master
curl https://core.telegram.org/bots/api > TelegramBotAPI.html
$SED -i -e '$ d' TelegramBotAPI.html # remove the last line with generation time
$SED -i -e "s/$OLD_VERSION/$NEW_VERSION/g" README.md
Expand Down

0 comments on commit eb194c4

Please sign in to comment.