Skip to content

Commit

Permalink
Release: Making ready for next release iteration 6.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Jun 26, 2021
1 parent e4ec0da commit 5bd8d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>net.nikr</groupId>
<artifactId>jeveassets</artifactId>
<packaging>jar</packaging>
<version>6.9.3</version>
<version>6.9.4-SNAPSHOT</version>
<name>jeveassets</name>
<description>jEveAssets is an out-of-game asset manager for Eve-Online, written in Java</description>
<url>http://eve.nikr.net/jeveasset</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/nikr/eve/jeveasset/Program.java
Expand Up @@ -116,7 +116,7 @@ private enum ProgramAction {
TIMER
}
//Major.Minor.Bugfix [Release Candidate n] [BETA n] [DEV BUILD #n];
public static final String PROGRAM_VERSION = "6.9.3";
public static final String PROGRAM_VERSION = "6.9.4 DEV BUILD 1";
public static final String PROGRAM_NAME = "jEveAssets";
public static final String PROGRAM_HOMEPAGE = "https://eve.nikr.net/jeveasset";
public static final boolean PROGRAM_DEV_BUILD = false;
Expand Down

0 comments on commit 5bd8d63

Please sign in to comment.