We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c937122 commit 75fcaeeCopy full SHA for 75fcaee
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
- "2.1.0"
+ "2.1.1"
9
};
10
}
11
0 commit comments