We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e2a06 commit a904d53Copy full SHA for a904d53
src/main/java/io/github/steakteam/chplus/CHPlus.java
@@ -23,7 +23,7 @@ public class CHPlus extends AbstractExtension {
23
24
@Override
25
public Version getVersion() {
26
- return new SimpleVersion(1, 7, 0);
+ return new SimpleVersion(1, 6, 1);
27
}
28
29
0 commit comments