Skip to content

Commit

Permalink
Merge pull request #125 from dgault/v8.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Bump version to 8.0.0-SNAPSHOT
  • Loading branch information
dgault authored Feb 8, 2024
2 parents c8e5779 + b8c6592 commit 2a8630c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'

group = "ome"
version = "7.2.0"
version = "8.0.0-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>ome</groupId>
<artifactId>bio-formats-examples</artifactId>
<version>7.2.0</version>
<version>8.0.0-SNAPSHOT</version>

<name>Bio-Formats examples</name>
<description>Bio-Formats examples</description>
Expand Down

0 comments on commit 2a8630c

Please sign in to comment.