diff --git a/app/views/api.js b/app/views/api.js
index 645c038..dc748f5 100644
--- a/app/views/api.js
+++ b/app/views/api.js
@@ -246,7 +246,7 @@ async function getTags(repositoryName) {
     repo: repositoryName
   });
 
-  const tags = [];
+  const tags = ["master"];
 
   // NOTE:
   // The versioning in our repos do not make sense so extra