We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1460cbc commit 151420cCopy full SHA for 151420c
1 file changed
src/main/java/org/doble/adr/Version.java
@@ -20,7 +20,7 @@ public final class Version implements IVersionProvider {
20
* https://semver.org/spec/v2.0.0.html
21
*
22
***********************************************************/
23
- private final static String version = "3.4.1"; // New command, backwards compatible
+ private final static String version = "3.4.1"; // Bug fixes, backwards compatible
24
25
@Override
26
public String[] getVersion() throws Exception {
0 commit comments