Browse Source

v2.0

Signed-off-by: taotao <1574357175@qq.com>
taotao 1 year ago
parent
commit
42772de908
1 changed files with 1 additions and 1 deletions
  1. 1 1
      update.java

+ 1 - 1
update.java

@@ -4,7 +4,7 @@ public class GitTag{
 	public static void main(String arg[]){
 		System.out.println("Version1.0");
 		System.out.println("Version3.00 陈育锋");
-		System.out.println("Version2.0 吴晓华");
+		System.out.println("Version2.0 吴晓华 2207190428");
 	}
 	
 }