From 99fe866d1247fe07a09689ce141a9685750bf620 Mon Sep 17 00:00:00 2001 From: Douglas <32344964+NotTheDr01ds@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:08:20 -0500 Subject: [PATCH] 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 --- crates/nu-utils/src/default_files/doc_env.nu | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/nu-utils/src/default_files/doc_env.nu b/crates/nu-utils/src/default_files/doc_env.nu index 4b1bb95a4e..191d251734 100644 --- a/crates/nu-utils/src/default_files/doc_env.nu +++ b/crates/nu-utils/src/default_files/doc_env.nu @@ -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.