Skip to content

Commit dbe21af

Browse files
authored
Prepare for 2.11.0-pre2 release (#7788)
bump version
1 parent d5d0589 commit dbe21af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.parallel=true
55

66
groupid=ch.njol
77
name=skript
8-
version=2.11.0-pre1
8+
version=2.11.0-pre2
99
jarName=Skript.jar
1010
testEnv=java21/paper-1.21.4
1111
testEnvJavaVersion=21

src/main/java/ch/njol/skript/expressions/ExprItemWithTooltip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"set {_item without entire tooltip} to diamond without entire tooltip"
2525
})
2626
@RequiredPlugins("Minecraft 1.20.5+")
27-
@Since("INSERT VERSION")
27+
@Since("2.11")
2828
public class ExprItemWithTooltip extends PropertyExpression<ItemType, ItemType> {
2929

3030
static {

0 commit comments

Comments
 (0)