We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d688f83 commit b80630eCopy full SHA for b80630e
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