From 412782658b7a3c87528e34ea9520199d70460e06 Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Wed, 2 Oct 2019 17:16:56 -0700 Subject: [PATCH] docs: use dev for current master branch Signed-off-by: Bobby DeSimone --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 50c3d5fe1..e1a68406a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -26,7 +26,7 @@ module.exports = { { text: "Recipes", link: "/recipes/" }, { text: "Community", link: "/community/" }, { - text: "v0.3.1", + text: "🚧Dev", // current tagged version ariaLabel: "Version menu", items: [ { text: "🚧Dev", link: "https://master.docs.pomerium.io/docs" },