Skip to content

Commit

Permalink
worker: bump engine version
Browse files Browse the repository at this point in the history
Now that we support OpenSUSE and Alpine Linux the engine version should
be increased.
  • Loading branch information
jzelinskie committed Dec 19, 2016
1 parent d62bddd commit 2cb23ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cb23ce

Please sign in to comment.