From 32588f22fa9e0be810f4b54bb00dacb02595c162 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Tue, 29 Oct 2024 00:02:58 +0800 Subject: [PATCH] run './update-version.sh' --- filebrowser/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filebrowser/README.md b/filebrowser/README.md index 1b53ffa..0882d9e 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.22" + version = "1.0.23" 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.22" + version = "1.0.23" 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.22" + version = "1.0.23" agent_id = coder_agent.example.id database_path = ".config/filebrowser.db" }