From 9b51f7f4fbf4d9e700d7accc8802265de23a99c6 Mon Sep 17 00:00:00 2001 From: Quentin Machu Date: Tue, 2 Feb 2016 13:49:53 -0500 Subject: [PATCH] worker: raise worker version number --- worker/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/worker.go b/worker/worker.go index 07d43f57..9bc67d0b 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 = 1 + Version = 2 // maxFileSize is the maximum size of a single file we should extract. maxFileSize = 200 * 1024 * 1024 // 200 MiB