Skip to content

Commit 95849c0

Browse files
committed
Install Zammad 6.3.1 by default
1 parent a2f25f7 commit 95849c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/zammad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The below requirements are needed on the target host:
2525
## Role Variables
2626

2727
```yaml
28-
zammad_version: "6.2.0"
28+
zammad_version: "6.3.0"
2929
```
3030
3131
Zammad version to be installed.

roles/zammad/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
---
7-
zammad_version: "6.2.0"
7+
zammad_version: "6.3.1"
88
zammad_release_channel: "stable"
99
zammad_domain_name: "{{ ansible_fqdn }}"
1010

0 commit comments

Comments
 (0)