Skip to content

Commit 0bd36d8

Browse files
authored
chore: DOKAN_PRO_SINCE support added (#2552)
1 parent 1658a61 commit 0bd36d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/version-replace.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ const { version } = JSON.parse( fs.readFileSync( 'package.json' ) );
1616

1717
replace( {
1818
files: pluginFiles,
19-
from: /DOKAN_SINCE/g,
19+
from: [ /DOKAN_SINCE/g, /DOKAN_PRO_SINCE/g ],
2020
to: version,
2121
} );

0 commit comments

Comments
 (0)