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