Add build number in addon.yml (#178)

This will allow seeing build number in ./bentobox v output.
This commit is contained in:
BONNe 2019-08-09 18:09:49 +03:00 committed by tastybento
parent 02c05ed2d5
commit c0dd1e5571
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: BSkyBlock
main: world.bentobox.bskyblock.BSkyBlock
version: ${version}
version: ${version}${build.number}
metrics: true
icon: "OAK_SAPLING"
repository: "BentoBoxWorld/BSkyBlock"