0

update version

This commit is contained in:
2017-01-04 04:01:19 +03:00
parent 168c2b2d82
commit 24c82f1c83
3 changed files with 10 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ public class WebAppController {
private void setDefaultModel(ModelMap model) {
model.addAttribute("basedir", webAppContext.getContextPath());
model.addAttribute("version", "2.1");
model.addAttribute("version", "2.0.8");
model.addAttribute("rutext", "Поиск кино по пиратским кинотеатрам");
}