We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b3c92 commit 779e8fdCopy full SHA for 779e8fd
src/main/java/io/github/steakteam/chplus/CHPlus.java
@@ -27,7 +27,7 @@ public class CHPlus extends AbstractExtension {
27
28
@Override
29
public Version getVersion() {
30
- return new SimpleVersion(1, 4, 0);
+ return new SimpleVersion(1, 5, 0);
31
}
32
33
0 commit comments