diff --git a/src/includes/version.php b/src/includes/version.php index 1829797..91e9ab6 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.7-beta'; + const VERSION = '1.7.0'; const DB_VERSION = '1.7'; }