mirror of
https://github.com/containers/podman.git
synced 2025-12-02 19:28:58 +08:00
history: correctly set tags
Requires vendoring fixes from c/common and to update the transformation code. Also add a test to avoid future regressions. Fixes: #17763 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/version/version.go
generated
vendored
2
vendor/github.com/containers/common/version/version.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "0.53.0"
|
||||
const Version = "0.54.0-dev"
|
||||
|
||||
Reference in New Issue
Block a user