Skip to content

Commit

Permalink
pom: bump release version to 0.0.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimwalde committed Sep 4, 2024
1 parent 7bf65b2 commit 5d05b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.0.7-SNAPSHOT"
VERSION="0.0.8-SNAPSHOT"
INSTALL_DIR=${1:-$(pwd)}

echo "Installing into $INSTALL_DIR"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.janelia.saalfeldlab</groupId>
<artifactId>n5-utils</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.8-SNAPSHOT</version>

<name>N5 Utils</name>
<description>simple standalone BigDataViewer for multiple N5 (or HDF5)
Expand Down

0 comments on commit 5d05b36

Please sign in to comment.