Bump version to 0.94.1 (#12988)

Merge this PR before merging any other PRs.
This commit is contained in:
Devyn Cairns
2024-05-28 15:41:23 -07:00
committed by GitHub
parent 61182deb96
commit f3991f2080
42 changed files with 235 additions and 235 deletions

View File

@ -1,6 +1,6 @@
# Nushell Config File
#
# version = "0.94.0"
# version = "0.94.1"
# For more information on defining custom themes, see
# https://www.nushell.sh/book/coloring_and_theming.html

View File

@ -1,6 +1,6 @@
# Nushell Environment Config File
#
# version = "0.94.0"
# version = "0.94.1"
def create_left_prompt [] {
let dir = match (do --ignore-shell-errors { $env.PWD | path relative-to $nu.home-path }) {