We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2e57e commit ed00827Copy full SHA for ed00827
Drush/EntityScaffolder/d7_1/Scaffolder.php
@@ -9,7 +9,7 @@
9
10
class Scaffolder extends ScaffolderBase {
11
// @see http://php.net/version_compare.
12
- const VERSION = '7.2.17';
+ const VERSION = '7.2.18';
13
14
const DEFAULT_TEMPLATE_DIR = __DIR__ . '/templates';
15
const TEMPLATE_NAMESPACE = 'd7_1';
0 commit comments