package org.sunflow.system;

public final class Constants {
    public static final String VERSION = "0.02.2";

    private Constants() {}
}