Skip to content

Commit

Permalink
Release: Making ready for next release iteration 7.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Oct 30, 2024
1 parent d4f0c4c commit b631b06
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 @@ -5,7 +5,7 @@
<groupId>net.nikr</groupId>
<artifactId>jeveassets</artifactId>
<packaging>jar</packaging>
<version>7.9.2</version>
<version>7.9.3-SNAPSHOT</version>
<name>jeveassets</name>
<description>jEveAssets is an out-of-game asset manager for Eve-Online, written in Java</description>
<url>https://eve.nikr.net/jeveasset</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/nikr/eve/jeveasset/Program.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "7.9.2";
public static final String PROGRAM_VERSION = "7.9.3 DEV BUILD 1";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_HOMEPAGE = "https://eve.nikr.net/jeveasset";
private static final boolean PROGRAM_DEV_BUILD = false;
Expand Down

0 comments on commit b631b06

Please sign in to comment.