package test; public class GitTag{ public static void main(String arg[]){ System.out.println("Version1.0"); } }