mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +00:00
By pulling in the fixes from c/common. Add regression tests to make sure it's not happening another time. The error messages are not ideal and should probably be optimized in the `/auth` endpoints directly but it's already an improvement over a nil deref. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
4 lines
86 B
Go
4 lines
86 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.53.0-dev"
|