Skip to content

Commit

Permalink
#1371 upgrade the workaround version number
Browse files Browse the repository at this point in the history
This enforces the creation of new workaround files
  • Loading branch information
jantje committed Aug 21, 2021
1 parent 17b2e3b commit 6f0eaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io.sloeber.core/src/io/sloeber/core/txt/WorkAround.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class WorkAround extends Const {
// Each time this class is touched consider changing the String below to enforce
// updates
// for debugging I added the system time so the files get refresed at each run
private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.01.test 20 ";
private static final String FIRST_SLOEBER_WORKAROUND_LINE = "#Sloeber created workaound file V1.02.test 20 ";
// + String.valueOf(System.currentTimeMillis());

/**
Expand Down

0 comments on commit 6f0eaa4

Please sign in to comment.