Skip to content

Commit

Permalink
Bump version til v2022.11.03
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolehagemo committed Nov 3, 2022
1 parent 15b2766 commit 1f69163
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.02";
final var VERSION = "v2022.11.03";
final var report = new StringBuilder();
final var lf = args.getNewline();

Expand Down

0 comments on commit 1f69163

Please sign in to comment.