Skip to content

Commit c0d7605

Browse files
chore(gemini): update version to 1.1.0 in README.md for minor version bump
1 parent 86f7b8a commit c0d7605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

registry/coder-labs/modules/gemini/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run [Gemini CLI](https://github.com/google-gemini/gemini-cli) in your workspace
1313
```tf
1414
module "gemini" {
1515
source = "registry.coder.com/coder-labs/gemini/coder"
16-
version = "1.0.0"
16+
version = "1.1.0"
1717
agent_id = coder_agent.example.id
1818
}
1919
```
@@ -45,7 +45,7 @@ variable "gemini_api_key" {
4545
4646
module "gemini" {
4747
source = "registry.coder.com/coder-labs/gemini/coder"
48-
version = "1.0.0"
48+
version = "1.1.0"
4949
agent_id = coder_agent.example.id
5050
gemini_api_key = var.gemini_api_key
5151
}
@@ -91,7 +91,7 @@ data "coder_parameter" "ai_prompt" {
9191
module "gemini" {
9292
count = data.coder_workspace.me.start_count
9393
source = "registry.coder.com/coder-labs/gemini/coder"
94-
version = "1.0.0"
94+
version = "1.1.0"
9595
agent_id = coder_agent.example.id
9696
gemini_api_key = var.gemini_api_key
9797
gemini_model = "gemini-2.5-flash"
@@ -114,7 +114,7 @@ For enterprise users who prefer Google's Vertex AI platform:
114114
```tf
115115
module "gemini" {
116116
source = "registry.coder.com/coder-labs/gemini/coder"
117-
version = "1.0.0"
117+
version = "1.1.0"
118118
agent_id = coder_agent.example.id
119119
gemini_api_key = var.gemini_api_key
120120
use_vertexai = true

0 commit comments

Comments
 (0)