ru.curs.celesta.ver.CelestaVersion Maven / Gradle / Ivy
package ru.curs.celesta.ver;
/**
* Celesta version holder.
*
* @author Pavel Perminov ([email protected])
* @since 2019-04-11
*/
public final class CelestaVersion {
/**
* Celesta version, f.e. 7.1.2
.
*/
public static final String VERSION;
static {
VERSION = CelestaVersion.class.getPackage().getSpecificationVersion();
}
private CelestaVersion() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy