diff --git a/xoops_trust_path/modules/xupdate/xoops_version.php b/xoops_trust_path/modules/xupdate/xoops_version.php index b598922f5..f171e985d 100644 --- a/xoops_trust_path/modules/xupdate/xoops_version.php +++ b/xoops_trust_path/modules/xupdate/xoops_version.php @@ -23,7 +23,7 @@ // Define a basic manifesto. // $modversion['name'] = _MI_XUPDATE_LANG_XUPDATE; -$modversion['version'] = '0.37'; +$modversion['version'] = '0.38'; $modversion['description'] = _MI_XUPDATE_DESC_XUPDATE; $modversion['author'] = _MI_XUPDATE_LANG_AUTHOR; $modversion['credits'] = _MI_XUPDATE_LANG_CREDITS;