diff --git a/docs/commands/version.md b/docs/commands/version.md new file mode 100644 index 000000000..d0b882899 --- /dev/null +++ b/docs/commands/version.md @@ -0,0 +1,14 @@ +# version + +Outputs the nushell version. + +## Examples + +```shell +> version +━━━━━━━━━ + version +───────── + 0.3.0 +━━━━━━━━━ +```