worker: bump engine version
Now that we support OpenSUSE and Alpine Linux the engine version should be increased.
This commit is contained in:
parent
d62bddd6e3
commit
2cb23ced02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user