diff --git a/Cargo.toml b/Cargo.toml index 52c4405..bc8e038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ members = [ ] [workspace.dependencies] -nu-plugin = { version = "0.106", git = "https://github.com/nushell/nushell.git" } -nu-protocol = { version = "0.106", git = "https://github.com/nushell/nushell.git" } -nu-plugin-test-support = { version = "0.106", git = "https://github.com/nushell/nushell.git" } -nu-cmd-lang = { version = "0.106", git = "https://github.com/nushell/nushell.git" } +nu-plugin = { version = "0.107", git = "https://github.com/nushell/nushell.git" } +nu-protocol = { version = "0.107", git = "https://github.com/nushell/nushell.git" } +nu-plugin-test-support = { version = "0.107", git = "https://github.com/nushell/nushell.git" } +nu-cmd-lang = { version = "0.107", git = "https://github.com/nushell/nushell.git" } serde = "1.0" diff --git a/javascript/version.js b/javascript/version.js index 4f823ae..e87ef57 100644 --- a/javascript/version.js +++ b/javascript/version.js @@ -1,3 +1,3 @@ module.exports = { - NUSHELL_VERSION: "0.106.2", + NUSHELL_VERSION: "0.107.1", } diff --git a/nushell/version.nu b/nushell/version.nu index a4d07d0..05a84a7 100644 --- a/nushell/version.nu +++ b/nushell/version.nu @@ -1 +1 @@ -export const NUSHELL_VERSION = "0.106.2" +export const NUSHELL_VERSION = "0.107.1" diff --git a/python/version.py b/python/version.py index 7897bd9..bd9723e 100644 --- a/python/version.py +++ b/python/version.py @@ -1 +1 @@ -NUSHELL_VERSION = "0.106.2" +NUSHELL_VERSION = "0.107.1"