1: package abbot; 2: 3: /** Current version of the framework. */ 4: 5: public interface Version { 6: String VERSION = "1.0.1"; 7: }