diff --git a/version.php b/version.php
index 32e07481651e4eea5c2f7dad956a6f9755c58928..255e6aa8f4cb2cb41e938f0cc17343e9650dded9 100644
--- a/version.php
+++ b/version.php
@@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die;
 
 $plugin->component = 'local_learning_analytics';
 
-$plugin->version = 2020052900;
-$plugin->release = 'v0.8.0';
+$plugin->version = 2020092800;
+$plugin->release = 'v0.9.0';
 $plugin->maturity = MATURITY_BETA;
 
 $plugin->requires = 2017111302;