Bump version to 0.92.1 (#12380)

This commit is contained in:
Stefan Holderbach
2024-04-04 16:18:54 +02:00
committed by GitHub
parent 51aa66fef7
commit c00a05a762
35 changed files with 192 additions and 192 deletions

View File

@ -1,6 +1,6 @@
# Nushell Config File
#
# version = "0.92.0"
# version = "0.92.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.92.0"
# version = "0.92.1"
def create_left_prompt [] {
let dir = match (do --ignore-shell-errors { $env.PWD | path relative-to $nu.home-path }) {