diff options
Diffstat (limited to 'templates/about.tpl.php')
-rw-r--r-- | templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index 7ff11ad..3f3cbe3 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -21,7 +21,7 @@ $currentUserId = $userservice->getCurrentUserId(); <?php if(!is_null($currentUser) && $userservice->isAdmin($currentUserId)): ?> -<li>SemanticScuttle v0.90</li> +<li>SemanticScuttle v0.91</li> <?php endif ?> </ul> |