diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-01-22 19:56:08 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-01-22 19:56:08 +0100 |
commit | 98f866aa2ba09a74e7a06b827f35e2c0275bda97 (patch) | |
tree | 79b8eebaec98581b3521673d6b329d3a00eb0372 | |
parent | cc878a2bdaa55bac563aa47b44c1d892667b866d (diff) | |
download | ansible_collection-98f866aa2ba09a74e7a06b827f35e2c0275bda97.tar.gz |
bump version and increase dependency version
-rw-r--r-- | galaxy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.22.2 +version: 0.22.3 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> @@ -19,6 +19,6 @@ tags: # range specifiers can be set and are separated by ',' dependencies: community.general: '>=3.6.0' - community.crypto: '>=1.8.0' + community.crypto: '>=2.17.0' #build_ignore: [] |