From 2cb23ced02b3cdbbb2de62d042562fe2fc68dc2e Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Mon, 19 Dec 2016 15:35:25 -0500 Subject: [PATCH] worker: bump engine version Now that we support OpenSUSE and Alpine Linux the engine version should be increased. --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 23ee2d39de..5417c7eb61 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -28,7 +28,7 @@ import ( const ( // Version (integer) represents the worker version. // Increased each time the engine changes. - Version = 2 + Version = 3 // maxFileSize is the maximum size of a single file we should extract. maxFileSize = 200 * 1024 * 1024 // 200 MiB