Skip to content

Commit

Permalink
Merge pull request #132 from dgault/v8.0.0-SNAPSHOT-bump
Browse files Browse the repository at this point in the history
Bump version to 8.0.0-SNAPSHOT
  • Loading branch information
dgault authored Jul 11, 2024
2 parents fd78da8 + 5905622 commit 6a2fb0f
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.3.1"
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.3.1</version>
<version>8.0.0-SNAPSHOT</version>

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

0 comments on commit 6a2fb0f

Please sign in to comment.