mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
fix config version variable and set release version
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user