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