Use -dev version for galaxy in git repo

When installing collections from git[1] the version should be
higher than the released one, but lower than next release can be.
Use "-dev" for set version between two releases in git repo, so
installing from git won't require --force.

[1] https://docs.ansible.com/ansible/devel/user_guide/
collections_using.html#installing-a-collection-from-a-git-repository
Change-Id: I86f292fde0cb6eaa75908794fe0c997e4bca7aee
This commit is contained in:
Sagi Shnaidman 2021-03-16 21:25:35 +02:00
parent 9b9d519449
commit b9354bc0cf
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ namespace: tripleo
name: operator
# The version of the collection. Must be compatible with semantic versioning
version: 0.4.1
version: 0.4.1-dev
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md