Skip to content

Commit 326f5e7

Browse files
authored
dont set version on upgraded manifest (#2599)
1 parent a996ea4 commit 326f5e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/API.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,6 @@ function upgrade_manifest(ctx::Context = Context())
16771677
pkgerror("Format of manifest file at `$(ctx.env.manifest_file)` version is unrecogized: manifest_format == $(before_format)")
16781678
end
16791679
ctx.env.manifest.manifest_format = v"2.0"
1680-
ctx.env.manifest.julia_version = VERSION
16811680
Types.write_manifest(ctx.env)
16821681
printpkgstyle(ctx.io, :Updated, "Format of manifest file at `$(ctx.env.manifest_file)` updated from v$(before_format.major).$(before_format.minor) to v2.0")
16831682
return nothing

0 commit comments

Comments
 (0)