chore: move update-version to ci (#301)

This commit is contained in:
Muhammad Atif Ali
2024-09-27 11:24:06 -07:00
committed by GitHub
parent fb81c8969f
commit bd6747f9bc
7 changed files with 39 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ A module that adds JupyterLab in your Coder template.
```tf
module "jupyterlab" {
source = "registry.coder.com/modules/jupyterlab/coder"
version = "1.0.8"
version = "1.0.19"
agent_id = coder_agent.example.id
}
```