Skip to content

Commit

Permalink
Bumped version to 1.0-beta-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Aug 14, 2022
1 parent 475e4cc commit 3102a08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ if (System.getenv("STABLE_BUILD") != null) {
if (System.getenv("STABLE_BUILD") == '1') {
version versioning.info.build + "-DEV"
} else {
version "1.0-beta-6b"
version "1.0-beta-7"
}
} else {
version "1.0-beta-6b"
version "1.0-beta-7"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ public Handler getLoggingHandler() {
}

/**
* Same as having serverVersion >= specifiedVersion
* Example: 1.18.1 >= 1.12.2
* Same as having serverVersion >= specifiedVersion
* Example: 1.18.1 >= 1.12.2
*
* @param version
* @return
Expand All @@ -266,8 +266,8 @@ public boolean isMoreThan(String version) {
}

/**
* Same as having serverVersion <= specifiedVersion
* Example: 1.18.1 <= 1.12.2
* Same as having serverVersion &lt;= specifiedVersion
* Example: 1.18.1 &lt;= 1.12.2
*
* @param version
* @return
Expand Down

0 comments on commit 3102a08

Please sign in to comment.