show github link in playfield

This commit is contained in:
yugecin
2016-10-04 14:40:41 +02:00
parent c0ea819ccb
commit 177e75ba29
6 changed files with 164 additions and 1 deletions

View File

@@ -108,6 +108,10 @@ public class Updater {
/** The download object. */
private Download download;
public String getCurrentVersion() {
return currentVersion.getMajorVersion() + "." + currentVersion.getMinorVersion() + "." + currentVersion.getIncrementalVersion();
}
/**
* Constructor.
*/