We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907b343 commit e073c82Copy full SHA for e073c82
src/main/java/com/bazel-diff/VersionProvider.java
@@ -3,7 +3,7 @@
3
class VersionProvider implements IVersionProvider {
4
public String[] getVersion() throws Exception {
5
return new String[] {
6
- "1.0.1"
+ "1.0.2"
7
};
8
}
9
0 commit comments