Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Commit

Permalink
Incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed May 13, 2019
1 parent 6efe8b7 commit 074ae3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RPGOnlineEngine/src/rpgonline/RPGOnline.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ public final class RPGOnline {
new Version("0.3.7+1551629276"), new Version("0.3.8+1551632798"), new Version("0.3.9+1551724618"),
new Version("0.3.10+1552726489"), new Version("0.3.11+1554057287"), new Version("0.3.12+1554479444"),
new Version("0.4.0+1555165066"), new Version("0.5.0+1556906194"), new Version("0.6.0+1557583232"),
new Version("0.6.1+1557657120"), new Version("0.6.2+1557659837"), new Version("0.6.3+1557771460") };
new Version("0.6.1+1557657120"), new Version("0.6.2+1557659837"), new Version("0.6.3+1557771460"), new Version("0.6.4+1557774208") };
/**
* <p>
* The current version of the RPGOnline library.
* </p>
*/
public static final Version VERSION = new Version("0.6.3+1557771460");
public static final Version VERSION = new Version("0.6.4+1557774208");
/**
* <p>
* The version of java that this library was compiled with.
Expand Down

0 comments on commit 074ae3c

Please sign in to comment.