We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4bc08 commit c92a544Copy full SHA for c92a544
src/main/java/com/bazel_diff/VersionProvider.java
@@ -5,7 +5,7 @@
5
class VersionProvider implements IVersionProvider {
6
public String[] getVersion() throws Exception {
7
return new String[] {
8
- "1.2.0"
+ "1.2.1"
9
};
10
}
11
0 commit comments