Skip to content

Commit 0ae0a49

Browse files
committed
Update Processor#version
1 parent 6ee9f14 commit 0ae0a49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let Root = require('./root')
77

88
class Processor {
99
constructor(plugins = []) {
10-
this.version = '8.5.6'
10+
this.version = '8.5.7'
1111
this.plugins = this.normalize(plugins)
1212
}
1313

0 commit comments

Comments
 (0)