1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: fix comment in bump version script

This commit is contained in:
Sébastien Helleu
2023-04-07 08:10:10 +02:00
parent f4c8b9e29f
commit 6247598d3f
+1 -1
View File
@@ -24,7 +24,7 @@
# Syntax:
# bump_version.sh stable|major|minor|patch
#
# stable bump to the next stable (`devel` becomes the `stable`)
# stable bump to the next stable (set stable to `devel` value)
# major bump the major version, set minor + patch to 0
# minor bump the minor version, set patch to 0
# patch bump the patch version