mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
Remove duplicate version line (#14611)
# Description Fixed: * `version = "0.100.1"` line got duplicated during merge conflict resolution - Found while updating `bump_version.nu`. # User-Facing Changes N/A # Tests + Formatting TODO # After Submitting N/A
This commit is contained in:
parent
c0ad659985
commit
99fe866d12
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
#
|
#
|
||||||
# version = "0.100.1"
|
# version = "0.100.1"
|
||||||
#
|
#
|
||||||
# version = "0.100.1"
|
|
||||||
#
|
|
||||||
# Previously, environment variables were typically configured in `env.nu`.
|
# Previously, environment variables were typically configured in `env.nu`.
|
||||||
# In general, most configuration can and should be performed in `config.nu`
|
# In general, most configuration can and should be performed in `config.nu`
|
||||||
# or one of the autoload directories.
|
# or one of the autoload directories.
|
||||||
|
|
Loading…
Reference in a new issue