com.github.quartzwebui.VERSION Maven / Gradle / Ivy
The newest version!
package com.github.quartzwebui;
/**
* @author quxiucheng [[email protected]]
*/
public class VERSION {
public final static int MajorVersion = 1;
public final static int MinorVersion = 1;
public final static int RevisionVersion = 1;
public static String getVersionNumber() {
return VERSION.MajorVersion + "." + VERSION.MinorVersion + "." + VERSION.RevisionVersion;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy