Browse Source

Add v0.19.0 page to manifest;

bjorn 5 months ago
parent
commit
408a7bfc5e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      guides/init.lua

+ 2 - 1
guides/init.lua

@@ -11,5 +11,6 @@ return {
   'Compiling',
   'Compiling',
   'FAQ',
   'FAQ',
   'v0.17.0',
   'v0.17.0',
-  'v0.18.0'
+  'v0.18.0',
+  'v0.19.0'
 }
 }