We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 4b4d660 commit 7ea9dd2Copy full SHA for 7ea9dd2
scripts/generate_docs.sh
@@ -17,7 +17,7 @@ set -e
17
18
my_path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
19
root_path="$my_path/.."
20
-version=$(git describe --abbrev=0 --tags || echo "master")
+version=$(git describe --abbrev=0 --tags || echo "main")
21
modules=(AsyncHTTPClient)
22
23
if [[ "$(uname -s)" == "Linux" ]]; then
0 commit comments