dekaf-inter/src/DekafInfo.java (5 lines of code) (raw):
package org.jetbrains.dekaf.inter;
import org.jetbrains.dekaf.inter.utils.Version;
/**
* Brief information.
*/
public class DekafInfo {
public static final Version VERSION = Version.of(3, 0, 0, -30);
}