Skip to content

Commit 7fb5714

Browse files
committed
er, we missed adding 3.0 at plugin identifier
1 parent c782d16 commit 7fb5714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com.tw.go.config.json/JsonConfigPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private GoPluginApiResponse handlingErrors(Supplier<GoPluginApiResponse> exec) {
269269

270270
@Override
271271
public GoPluginIdentifier pluginIdentifier() {
272-
return new GoPluginIdentifier("configrepo", Arrays.asList("1.0", "2.0"));
272+
return new GoPluginIdentifier("configrepo", Arrays.asList("1.0", "2.0", "3.0"));
273273
}
274274

275275
private void configurePlugin(PluginSettings settings) {

0 commit comments

Comments
 (0)