Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 6b53f25

Browse files
committed
bump version
1 parent 4560b4d commit 6b53f25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filebrowser/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A file browser for your workspace.
1515
module "filebrowser" {
1616
count = data.coder_workspace.me.start_count
1717
source = "registry.coder.com/modules/filebrowser/coder"
18-
version = "1.0.29"
18+
version = "1.0.31"
1919
agent_id = coder_agent.example.id
2020
}
2121
```
@@ -30,7 +30,7 @@ module "filebrowser" {
3030
module "filebrowser" {
3131
count = data.coder_workspace.me.start_count
3232
source = "registry.coder.com/modules/filebrowser/coder"
33-
version = "1.0.29"
33+
version = "1.0.31"
3434
agent_id = coder_agent.example.id
3535
folder = "/home/coder/project"
3636
}
@@ -42,7 +42,7 @@ module "filebrowser" {
4242
module "filebrowser" {
4343
count = data.coder_workspace.me.start_count
4444
source = "registry.coder.com/modules/filebrowser/coder"
45-
version = "1.0.29"
45+
version = "1.0.31"
4646
agent_id = coder_agent.example.id
4747
database_path = ".config/filebrowser.db"
4848
}
@@ -54,7 +54,7 @@ module "filebrowser" {
5454
module "filebrowser" {
5555
count = data.coder_workspace.me.start_count
5656
source = "registry.coder.com/modules/filebrowser/coder"
57-
version = "1.0.29"
57+
version = "1.0.31"
5858
agent_id = coder_agent.example.id
5959
agent_name = "main"
6060
subdomain = false

0 commit comments

Comments
 (0)