Fix inconsistent version in metadata.json

We released puppet-murano 15.5.0 recently but the version in
metadata.json was set to 15.4.1 accidentally. This bumps version
in metadata.json son that we can create a release with the consistent
version.

Change-Id: I1c2f20d26ab2a11aaee0a1e49b0cc15f4881b505
This commit is contained in:
Takashi Kajinami 2021-06-17 16:02:29 +09:00
parent 7a3a8d7e58
commit 6f29cf4e77
1 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@
],
"source": "git://github.com/openstack/puppet-murano.git",
"summary": "Puppet module for OpenStack Murano",
"version": "15.4.1"
"version": "15.5.1"
}