Add build number in addon.yml

This will allow seeing build number in ./bentobox v output.
This commit is contained in:
BONNe 2019-08-09 14:35:36 +03:00 committed by GitHub
parent 02c05ed2d5
commit b8c5258e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"