Skip to content

Commit

Permalink
Update heritrix version in Constants class
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Sep 7, 2023
1 parent dda29b7 commit 41e47ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public final class Constants {
* The code will try to read the heritrix version from the pom in the jar Manifest. This
* constant is only ever read as a fallback.
* */
private static final String HERITRIX3_VERSION = "3.4.0-NAS-7.2-SNAPSHOT";
private static final String HERITRIX3_VERSION = "3.4.0-NAS-7.5-SNAPSHOT";

/**
* Read this much data when copying data from a file channel. Note that due to a bug in java, this should never be
Expand Down

0 comments on commit 41e47ad

Please sign in to comment.