Skip to content

Commit c92a544

Browse files
v1.2.1
1 parent fc4bc08 commit c92a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bazel_diff/VersionProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class VersionProvider implements IVersionProvider {
66
public String[] getVersion() throws Exception {
77
return new String[] {
8-
"1.2.0"
8+
"1.2.1"
99
};
1010
}
1111
}

0 commit comments

Comments
 (0)