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