/** * */ package org.ajgl.util; /** * @author Tyler * */ public class Version { public static String getVersion() { return "1.0.2"; } }