From acab562b319fae1d67f2eef189737fbd3a311cfb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Oct 2024 19:04:05 +0500 Subject: [PATCH] bump(filebrowser): update module to version 1.0.20 --- filebrowser/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filebrowser/README.md b/filebrowser/README.md index 8665d82..81dfeb0 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -14,7 +14,7 @@ A file browser for your workspace. ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.19" + version = "1.0.20" agent_id = coder_agent.example.id } ``` @@ -28,7 +28,7 @@ module "filebrowser" { ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.19" + version = "1.0.20" agent_id = coder_agent.example.id folder = "/home/coder/project" } @@ -39,7 +39,7 @@ module "filebrowser" { ```tf module "filebrowser" { source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.19" + version = "1.0.20" agent_id = coder_agent.example.id database_path = ".config/filebrowser.db" }