We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f34144c + b80630e commit 708c2e2Copy full SHA for 708c2e2
1 file changed
src/zibri/zibri.utilities.ts
@@ -37,7 +37,7 @@ type ZibriCliOptions<T extends ZibriCliCommands>
37
*/
38
export abstract class ZibriUtilities {
39
40
- private static readonly CLI_VERSION: string = '2.1.3';
+ private static readonly CLI_VERSION: string = '2.1.4';
41
42
/**
43
* Runs a zibri cli command inside the provided directory.
0 commit comments