Skip to content

Commit 13dd0f1

Browse files
Prepare for release of 2.6-beta3 (SkriptLang#4308)
1 parent d967c55 commit 13dd0f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
groupid=ch.njol
22
name=skript
3-
version=2.6-beta2
3+
version=2.6-beta3
44
jarName=Skript.jar
55
testEnv=paper-1.16.5

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@Name("Last Color")
3131
@Description("The colors used at the end of a string. The colors of the returned string will be formatted with their symbols.")
3232
@Examples("set {_color} to the last colors of \"<red>hey<blue>yo\"")
33-
@Since("INSERT VERSION")
33+
@Since("2.6")
3434
public class ExprLastColor extends SimplePropertyExpression<String, String> {
3535

3636
static {

0 commit comments

Comments
 (0)