All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.teasoft.honey.util.HoneyVersion Maven / Gradle / Ivy

/*
 * Copyright 2016-2023 the original author.All rights reserved.
 * Kingstar([email protected])
 * The license,see the LICENSE file.
 */

package org.teasoft.honey.util;

/**
 * @author Kingstar
 * @since  1.11
 */
public final class HoneyVersion {
	
	private HoneyVersion() {}

	public static final String version = "2.4.2";
	public static final String buildId = version + ".12";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy