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.nu2
1 files changed, 1 insertions, 1 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 09f476931..3191b3eaf 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.97.2"
+const NUSHELL_VERSION = "0.98.0"
const PLUGIN_VERSION = "0.1.1" # bump if you change commands!
def main [--stdio] {