Skip to content

Commit

Permalink
Merge pull request #93 from melissalinkert/layout-version-update
Browse files Browse the repository at this point in the history
Update layout version number from 1 to 2
  • Loading branch information
chris-allan authored Mar 25, 2021
2 parents 31e91ca + 63eb337 commit 6ce2f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class Converter implements Callable<Void> {
private static final int PYRAMID_SCALE = 2;

/** Version of the bioformats2raw layout. */
public static final Integer LAYOUT = 1;
public static final Integer LAYOUT = 2;

@Parameters(
index = "0",
Expand Down

0 comments on commit 6ce2f8a

Please sign in to comment.