Skip to content

Commit d627760

Browse files
committed
bump version ansible
1 parent 3bb209b commit d627760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion-ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 7.5.0
2+
current_version = 7.5.1
33
commit = true
44
message = Bump cp-ansible Version: {current_version} → {new_version}
55
tag = false

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: confluent
33
name: platform
4-
version: 7.5.0
4+
version: 7.5.1
55
readme: README.md
66
authors:
77
- Confluent Ansible Community

roles/variables/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
confluent_ansible_branch: 7.5.0-post
2+
confluent_ansible_branch: 7.5.1-post
33

44
systemd_base_dir: "{{'/lib/systemd/system' if ansible_os_family == 'Debian' else '/usr/lib/systemd/system'}}"
55

0 commit comments

Comments
 (0)