0

update version

This commit is contained in:
2017-01-15 18:12:34 +03:00
parent e5e5ed168f
commit e2fdbaadcb
2 changed files with 2 additions and 2 deletions

View File

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