Skip to content

Commit

Permalink
Merge branch 'master' of github.com:saalfeldlab/n5
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Nov 14, 2023
2 parents 0afead6 + 3a3e772 commit 5258b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>

<name>N5</name>
<description>Not HDF5</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/janelia/saalfeldlab/n5/N5Reader.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public boolean isCompatible(final Version version) {
/**
* SemVer version of this N5 spec.
*/
public static final Version VERSION = new Version(3, 0, 0);
public static final Version VERSION = new Version(4, 0, 0);

/**
* Version attribute key.
Expand Down

0 comments on commit 5258b5c

Please sign in to comment.