Skip to content

Commit 2af502d

Browse files
committed
bump to nushell 0.107.1
1 parent 6a23306 commit 2af502d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ members = [
66
]
77

88
[workspace.dependencies]
9-
nu-plugin = { version = "0.106", git = "https://github.com/nushell/nushell.git" }
10-
nu-protocol = { version = "0.106", git = "https://github.com/nushell/nushell.git" }
11-
nu-plugin-test-support = { version = "0.106", git = "https://github.com/nushell/nushell.git" }
12-
nu-cmd-lang = { version = "0.106", git = "https://github.com/nushell/nushell.git" }
9+
nu-plugin = { version = "0.107", git = "https://github.com/nushell/nushell.git" }
10+
nu-protocol = { version = "0.107", git = "https://github.com/nushell/nushell.git" }
11+
nu-plugin-test-support = { version = "0.107", git = "https://github.com/nushell/nushell.git" }
12+
nu-cmd-lang = { version = "0.107", git = "https://github.com/nushell/nushell.git" }
1313

1414
serde = "1.0"

javascript/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
NUSHELL_VERSION: "0.106.2",
2+
NUSHELL_VERSION: "0.107.1",
33
}

nushell/version.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const NUSHELL_VERSION = "0.106.2"
1+
export const NUSHELL_VERSION = "0.107.1"

python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NUSHELL_VERSION = "0.106.2"
1+
NUSHELL_VERSION = "0.107.1"

0 commit comments

Comments
 (0)