Skip to content

Commit

Permalink
Remove duplicate UPLEVEL_MAJOR export (JuliaLang#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
birl1 authored Feb 22, 2023
1 parent 2931cf9 commit e36a1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using Dates
export @pkg_str
export PackageSpec
export PackageMode, PKGMODE_MANIFEST, PKGMODE_PROJECT
export UpgradeLevel, UPLEVEL_MAJOR, UPLEVEL_MAJOR, UPLEVEL_MINOR, UPLEVEL_PATCH
export UpgradeLevel, UPLEVEL_MAJOR, UPLEVEL_MINOR, UPLEVEL_PATCH
export PreserveLevel, PRESERVE_TIERED, PRESERVE_ALL, PRESERVE_DIRECT, PRESERVE_SEMVER, PRESERVE_NONE
export Registry, RegistrySpec

Expand Down

0 comments on commit e36a1cd

Please sign in to comment.