Updated app version

This commit is contained in:
subhro 2018-08-31 11:59:04 +02:00
parent 651bedc5ba
commit 5d37fa796e

View File

@ -61,7 +61,7 @@ import xdman.util.XDMUtils;
public class XDMApp implements DownloadListener, DownloadWindowListener, Comparator<String> {
public static final String APP_VERSION = "7.2.7";
public static final String APP_VERSION = "7.2.8";
private ArrayList<ListChangeListener> listChangeListeners;
private Map<String, DownloadEntry> downloads;