add libimage events

libimage now supports events which `libpod.Runtime` now uses for image
events.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2021-05-05 15:43:50 +02:00
parent 49a99be5b6
commit 8352e5bc3b
6 changed files with 119 additions and 17 deletions

View File

@ -1,4 +1,4 @@
package version
// Version is the version of the build.
const Version = "0.38.4-dev"
const Version = "0.38.4"