Skip to content

Commit

Permalink
bump version to v2022.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolehagemo committed Nov 16, 2022
1 parent bcf4607 commit 5f55b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/no/ssb/kostra/felles/ErrorReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public boolean addEntry(final ErrorReportEntry errorReportEntry) {
}

public String generateReport() {
final var VERSION = "v2022.11.10";
final var VERSION = "v2022.11.16";
final var report = new StringBuilder();
final var lf = args.getNewline();

Expand Down

0 comments on commit 5f55b40

Please sign in to comment.