WEB-68 Service to return WebGoat Version and Build Number

This commit is contained in:
Rick Lawson
2014-09-14 12:34:54 -04:00
parent a4c5be2943
commit 81b009ccfb
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public class Application {
return INSTANCE;
}
private String version = "local";
private String version = "SNAPSHOT";
private String build = "local";
private String name = "WebGoat";