File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/org/owasp/webgoat/application Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static final Application getInstance() {
25
25
return INSTANCE ;
26
26
}
27
27
28
- private String version = "local " ;
28
+ private String version = "SNAPSHOT " ;
29
29
private String build = "local" ;
30
30
private String name = "WebGoat" ;
31
31
Original file line number Diff line number Diff line change 89
89
<li role =" presentation" class =" disabled" ><a role =" menuitem" tabindex =" -1" href =" #" >Role: ${ role } </a ></li >
90
90
<li role =" presentation" class =" divider" ></li >
91
91
<li role =" presentation" class =" disabled" ><a role =" menuitem" tabindex =" -1" href =" #" >${ version } </a ></li >
92
- <li role =" presentation" class =" disabled" ><a role =" menuitem" tabindex =" -1" href =" #" >${ build } </a ></li >
92
+ <li role =" presentation" class =" disabled" ><a role =" menuitem" tabindex =" -1" href =" #" >Build: ${ build } </a ></li >
93
93
94
94
</ul >
95
95
</div >
You can’t perform that action at this time.
0 commit comments