Skip to content

Commit ec5f0e1

Browse files
chore: corrected build constant
1 parent 210ba12 commit ec5f0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cimo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
defined( 'CIMO_FILE' ) || define( 'CIMO_FILE', __FILE__ );
21-
defined( 'CIMO_BUILD' ) || define( 'CIMO_BUILD', 'premium' );
21+
defined( 'CIMO_BUILD' ) || define( 'CIMO_BUILD', 'free' );
2222

2323
require_once __DIR__ . '/src/admin/class-script-loader.php';
2424
require_once __DIR__ . '/src/admin/class-meta-box.php';

0 commit comments

Comments
 (0)