Skip to content

Commit 0897ef7

Browse files
authored
Bump to 2.19.8 dev (#5085)
1 parent f176893 commit 0897ef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
7777
| Type | Group ID | Artifact ID | Version |
7878
|:---------------|:------------------|:--------------|:------------------|
7979
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.7` |
80-
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.7-SNAPSHOT` |
80+
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.8-SNAPSHOT` |
8181
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
8282

8383
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "net.essentialsx"
6-
version = "2.19.7"
6+
version = "2.19.8-SNAPSHOT"
77

88
project.ext {
99
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()

0 commit comments

Comments
 (0)