Skip to content

Commit

Permalink
Update version to 0.17.0Beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomount committed Feb 20, 2021
1 parent 1293558 commit f365f10
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 @@ -6,7 +6,7 @@

<groupId>org.openRealmOfStars</groupId>
<artifactId>Open-Realm-of-Stars</artifactId>
<version>0.16.30Beta</version>
<version>0.17.0Beta</version>
<packaging>jar</packaging>
<url>https://github.com/tuomount/Open-Realms-of-Stars</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openRealmOfStars/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class Game implements ActionListener {
/**
* Game version number
*/
public static final String GAME_VERSION = "0.16.30Beta";
public static final String GAME_VERSION = "0.17.0Beta";

/**
* Animation timer used for animation
Expand Down

0 comments on commit f365f10

Please sign in to comment.