Skip to content

Commit

Permalink
Remove duplicate version line (#14611)
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
NotTheDr01ds authored Dec 17, 2024
1 parent c0ad659 commit 99fe866
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/nu-utils/src/default_files/doc_env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# version = "0.100.1"
#
# version = "0.100.1"
#
# Previously, environment variables were typically configured in `env.nu`.
# In general, most configuration can and should be performed in `config.nu`
# or one of the autoload directories.
Expand Down

0 comments on commit 99fe866

Please sign in to comment.