Skip to content
Snippets Groups Projects

Resolves - Add Version Info

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -207,8 +207,7 @@ public class ServletUtil {
Server(int threads, Stopwatch timer) {
this.threads = threads;
this.timer = timer.toString();
this.version = "TODO where to get version?";
this.version = new HazVersion().getVersionInfo().version;
}
}
}
Loading