diff --git a/classes/version.php b/classes/version.php index 2626a4a61..a24ce0d63 100644 --- a/classes/version.php +++ b/classes/version.php @@ -17,7 +17,7 @@ class Version const DB_VERSION = 4980; const API_VERSION = 4955; - const HABARI_VERSION = '0.7'; + const HABARI_VERSION = '0.7.1'; // This string contains the URL to the Habari SVN repository used for this working copy or export const HABARI_SVN_HEAD_URL = '$HeadURL$';