@mdfriday/foundry 26.3.11 → 26.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js
CHANGED
|
@@ -55087,7 +55087,7 @@ For more information, visit: https://help.mdfriday.com
|
|
|
55087
55087
|
* Show version
|
|
55088
55088
|
*/
|
|
55089
55089
|
showVersion() {
|
|
55090
|
-
const version = "26.3.
|
|
55090
|
+
const version = "26.3.12";
|
|
55091
55091
|
return {
|
|
55092
55092
|
success: true,
|
|
55093
55093
|
message: `MDFriday CLI v${version}`
|