Skip to content

Commit

Permalink
Bump version to 2.7.0-beta2 (#5509)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLimeGlass committed Mar 25, 2023
1 parent 7275988 commit 1fd5265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,6 +1,6 @@
groupid=ch.njol
name=skript
version=2.7.0-beta1
version=2.7.0-beta2
jarName=Skript.jar
testEnv=java17/paper-1.19.4
testEnvJavaVersion=17
Expand Up @@ -45,7 +45,7 @@
"\tset player's total experience to 0",
"\tgive player 1 diamond"
})
@Since("INSERT VERSION")
@Since("2.7")
public class ExprTotalExperience extends SimplePropertyExpression<Entity, Integer> {

static {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/test/runner/EffDebug.java
Expand Up @@ -45,7 +45,7 @@
"Can also debug what class an input is parsed as for Conditions and Effects.",
"Useful for dealing with conflict debugging."
})
@Since("INSERT VERSION")
@Since("2.7")
@NoDoc
public class EffDebug extends Effect {

Expand Down

0 comments on commit 1fd5265

Please sign in to comment.