Skip to content

Commit bf003e1

Browse files
authored
Bump versions to 0.104.2 (#3)
1 parent 1ef65dd commit bf003e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.104.1",
2+
NUSHELL_VERSION: "0.104.2",
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.104.1"
1+
export const NUSHELL_VERSION = "0.104.2"

python/version.py

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

0 commit comments

Comments
 (0)