From 1cf1e06582142c522543560f2bc6d6756696e8ad Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 6 Aug 2019 14:14:31 +0200 Subject: [PATCH] v0.1.39 * update github.com/containers/{image,storage} * ostree: use the correct build tags Signed-off-by: Valentin Rothberg --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d9ccb575..f0197b91 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.1.39-dev" +const Version = "0.1.39"