Skip to content

Commit eff44b2

Browse files
authored
Merge pull request #302 from tobiashuste/zammad-6-3-1
Install Zammad 6.3.1 by default
2 parents a2f25f7 + 95849c0 commit eff44b2

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)