Skip to content

Commit

Permalink
Version 1.25.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Winning <jason.winning@gmail.com>
  • Loading branch information
jasonwinning committed Apr 13, 2023
1 parent ce6ed64 commit b6e826a
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 @@ -4,7 +4,7 @@
<groupId>org.hypernomicon</groupId>
<artifactId>hypernomicon</artifactId>
<packaging>jar</packaging>
<version>1.25</version>
<version>1.25.1</version>
<name>Hypernomicon</name>
<url>http://hypernomicon.org</url>
<inceptionYear>2012</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/hypernomicon/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public final class Const
* Change this and the version in pom.xml to set the application version
* <br>
*/
public static final VersionNumber appVersion = new VersionNumber(1, 25); // 1.25
public static final VersionNumber appVersion = new VersionNumber(1, 25, 1); // 1.25.1

/**
* This is the minimum version that the application version is able to load
Expand Down

0 comments on commit b6e826a

Please sign in to comment.