Skip to content

Commit 6c77b5c

Browse files
committed
need to use patch 1
we compile directly agains main branch which uses the patch.1
1 parent 165b8d7 commit 6c77b5c

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.0",
2+
NUSHELL_VERSION: "0.104.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.104.0"
1+
export const NUSHELL_VERSION = "0.104.1"

python/version.py

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

0 commit comments

Comments
 (0)