diff --git a/src/includes/version.php b/src/includes/version.php index 5f7f7c4..8b621a0 100644 --- a/src/includes/version.php +++ b/src/includes/version.php @@ -4,6 +4,6 @@ namespace mytinytodo; class Version { - const VERSION = '1.8-beta'; + const VERSION = '1.8-beta2'; const DB_VERSION = '1.8'; }