mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
fix config version variable and set release version
This commit is contained in:
parent
c7a4900aa3
commit
b64f024eb2
@ -8,7 +8,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "me.clip"
|
||||
version = "2.11.5-DEV-${System.getProperty("BUILD_NUMBER")}"
|
||||
version = "2.11.5"
|
||||
|
||||
description = "An awesome placeholder provider!"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# PlaceholderAPI
|
||||
# Version: @version@
|
||||
# Version: ${version}
|
||||
# Created by: extended_clip
|
||||
# Contributors: https://github.com/PlaceholderAPI/PlaceholderAPI/graphs/contributors
|
||||
# Issues: https://github.com/PlaceholderAPI/PlaceholderAPI/issues
|
||||
|
Loading…
Reference in New Issue
Block a user