bump version

pull/141/head
Muhammad Atif Ali 1 year ago
parent dda6d9b2eb
commit a04b88fd5a

@ -14,7 +14,7 @@ Runs a script that updates git credentials in the workspace to match the user's
```tf
module "git-config" {
source = "registry.coder.com/modules/git-config/coder"
version = "1.0.2"
version = "1.0.3"
agent_id = coder_agent.example.id
}
```
@ -28,7 +28,7 @@ TODO: Add screenshot
```tf
module "git-config" {
source = "registry.coder.com/modules/git-config/coder"
version = "1.0.2"
version = "1.0.3"
agent_id = coder_agent.example.id
allow_email_change = true
}
@ -41,7 +41,7 @@ TODO: Add screenshot
```tf
module "git-config" {
source = "registry.coder.com/modules/git-config/coder"
version = "1.0.2"
version = "1.0.3"
agent_id = coder_agent.example.id
allow_username_change = false
allow_email_change = false

Loading…
Cancel
Save