summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu_plugin_nu_example/nu_plugin_nu_example.nu')
-rwxr-xr-xcrates/nu_plugin_nu_example/nu_plugin_nu_example.nu4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu b/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu
index 6d2b2d772..74da32809 100755
--- a/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu
+++ b/crates/nu_plugin_nu_example/nu_plugin_nu_example.nu
@@ -6,7 +6,7 @@
# it also allows us to test the plugin interface with something manually implemented in a scripting
# language without adding any extra dependencies to our tests.
-const NUSHELL_VERSION = "0.93.1"
+const NUSHELL_VERSION = "0.94.0"
def main [--stdio] {
if ($stdio) {
@@ -257,4 +257,4 @@ def start_plugin [] {
}) |
each { from json | handle_input } |
ignore
-}
+} \ No newline at end of file