package com.firefly; /** * @author Pengtao Qiu */ public interface Version { String value = "4.0.25"; }