Skip to content

Commit

Permalink
start development cycle 1.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wetret committed Aug 1, 2024
1 parent 4dc72f4 commit bc7b90f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>mii-process-report</artifactId>
<version>1.1.1.1</version>
<version>1.1.2.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class ReportProcessPluginDefinition implements ProcessPluginDefinition
{
public static final String VERSION = "1.1.1.1";
public static final String VERSION = "1.1.2.0";
public static final LocalDate RELEASE_DATE = LocalDate.of(2024, 8, 1);

@Override
Expand Down

0 comments on commit bc7b90f

Please sign in to comment.