Skip to content

Commit

Permalink
+ Fixing missed version change in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-M committed Jan 1, 2017
1 parent 939bdd3 commit af41649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/MegaMek.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/
public class MegaMek {

public static String VERSION = "0.41.29-git"; //$NON-NLS-1$
public static String VERSION = "0.42.0"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit af41649

Please sign in to comment.