We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eee7ac commit 08a0d1bCopy full SHA for 08a0d1b
src/main/java/kr/rvs/chplus/CHPlus.java
@@ -21,7 +21,7 @@ public class CHPlus extends AbstractExtension {
21
22
@Override
23
public Version getVersion() {
24
- return new SimpleVersion(1, 0, 3);
+ return new SimpleVersion(1, 1, 3);
25
}
26
27
0 commit comments