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 Jupyter Notebook in your Coder template.
```tf
module "jupyter-notebook" {
source = "registry.coder.com/modules/jupyter-notebook/coder"
version = "1.0.8"
version = "1.0.19"
agent_id = coder_agent.example.id
}
```