Skip to content

Commit

Permalink
Prepare for release of 2.6-beta3 (#4308)
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus authored Aug 30, 2021
1 parent d967c55 commit 13dd0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groupid=ch.njol
name=skript
version=2.6-beta2
version=2.6-beta3
jarName=Skript.jar
testEnv=paper-1.16.5
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@Name("Last Color")
@Description("The colors used at the end of a string. The colors of the returned string will be formatted with their symbols.")
@Examples("set {_color} to the last colors of \"<red>hey<blue>yo\"")
@Since("INSERT VERSION")
@Since("2.6")
public class ExprLastColor extends SimplePropertyExpression<String, String> {

static {
Expand Down

0 comments on commit 13dd0f1

Please sign in to comment.