diff --git a/helloworld.java b/helloworld.java index 3cad04b..202b656 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,5 +1,5 @@ public class helloworld { public static void main(String[] args) { - System.out.println("Hello World 19th june triggered by webhook"); + System.out.println("Hello World 28th june triggered by webhook"); } }