Skip to content

Commit

Permalink
ProcessPluginDefinition Version to 1.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Jun 21, 2024
1 parent 45cc79b commit a379312
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

public class DataTransferProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.1.0.0";
public static final LocalDate DATE = LocalDate.of(2024, 3, 25);
public static final String VERSION = "1.1.0.1";
public static final LocalDate DATE = LocalDate.of(2024, 6, 21);

@Override
public String getName()
Expand Down

0 comments on commit a379312

Please sign in to comment.