Skip to content

Commit

Permalink
Changed version number in logfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saschb2b committed May 25, 2014
1 parent 997b6ec commit efa51bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void logLauncherVersion() {
if(version != null) {
Logger.getInstance().logInfo("Launcher version: " + version);
} else {
Logger.getInstance().logInfo("Launcher version: 0.11.0");
Logger.getInstance().logInfo("Launcher version: 0.12.0");
}
}

Expand Down

0 comments on commit efa51bc

Please sign in to comment.