From 8c842b9bef91b97fb394fb333b5d7b46bdd895c5 Mon Sep 17 00:00:00 2001 From: dstoffel Date: Thu, 6 Feb 2025 11:52:09 +0100 Subject: [PATCH] Update README.md - update-version.sh --- filebrowser/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filebrowser/README.md b/filebrowser/README.md index b111127..13e0657 100644 --- a/filebrowser/README.md +++ b/filebrowser/README.md @@ -15,7 +15,7 @@ A file browser for your workspace. module "filebrowser" { count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.23" + version = "1.0.29" agent_id = coder_agent.example.id } ``` @@ -30,7 +30,7 @@ module "filebrowser" { module "filebrowser" { count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.23" + version = "1.0.29" agent_id = coder_agent.example.id folder = "/home/coder/project" } @@ -42,7 +42,7 @@ module "filebrowser" { module "filebrowser" { count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.23" + version = "1.0.29" agent_id = coder_agent.example.id database_path = ".config/filebrowser.db" } @@ -54,7 +54,7 @@ module "filebrowser" { module "filebrowser" { count = data.coder_workspace.me.start_count source = "registry.coder.com/modules/filebrowser/coder" - version = "1.0.23" + version = "1.0.29" agent_id = coder_agent.example.id agent_name = "main" subdomain = false