We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef65dd commit bf003e1Copy full SHA for bf003e1
javascript/version.js
@@ -1,3 +1,3 @@
1
module.exports = {
2
- NUSHELL_VERSION: "0.104.1",
+ NUSHELL_VERSION: "0.104.2",
3
}
nushell/version.nu
@@ -1 +1 @@
-export const NUSHELL_VERSION = "0.104.1"
+export const NUSHELL_VERSION = "0.104.2"
python/version.py
-NUSHELL_VERSION = "0.104.1"
+NUSHELL_VERSION = "0.104.2"
0 commit comments