Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3e64f50 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer Committed by Frank Preel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e7155399
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ import java.nio.file.Paths;
 */
 */
public abstract class AppConstants {
public abstract class AppConstants {


    public final static String APP_VERSION = "v0.16.0 Version";
    public final static String APP_VERSION = "v0.16.0";
    public final static String Separator = FileSystems.getDefault().getSeparator();
    public final static String Separator = FileSystems.getDefault().getSeparator();
    public final static String OsName = System.getProperty("os.name");
    public final static String OsName = System.getProperty("os.name");
    public final static String JavaHome = System.getProperty("java.home");
    public final static String JavaHome = System.getProperty("java.home");