Skip to content

Commit

Permalink
Update HelloWorld.java
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleon committed Jan 12, 2016
1 parent 0c7689e commit 272d98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hello/HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class HelloWorld {
public static String getMessage() {
return "Hello, World!";
return "Hello, World! v0.1";
}
}

0 comments on commit 272d98a

Please sign in to comment.