Bump to 2.19.4 dev (#4831)

This commit is contained in:
MD 2022-03-05 18:33:04 +00:00 committed by GitHub
parent 3348bd9129
commit d92ce8bdfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
| Type | Group ID | Artifact ID | Version |
|:---------------|:----------------|:------------|:----------------|
| Latest release | net.essentialsx | EssentialsX | 2.19.3 |
| Snapshots | net.essentialsx | EssentialsX | 2.19.3-SNAPSHOT |
| Snapshots | net.essentialsx | EssentialsX | 2.19.4-SNAPSHOT |
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
Note: up until `2.18.2`, EssentialsX used the `net.ess3` group ID, but starting with `2.19.0` snapshots, the group ID is now `net.essentialsx`.

View File

@ -3,7 +3,7 @@ plugins {
}
group = "net.essentialsx"
version = "2.19.3"
version = "2.19.4-dev"
project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()