Pkg3 question

Hello,

I have checked out a package with the command “develop” to make some changes. But now I want to use the official package version again, because the relevant pull request got merged.

How can I tell Pkg3 to use the official version again and not my own modified version?

]free PackageName

https://docs.julialang.org/en/latest/stdlib/Pkg/#Developing-packages-1

1 Like

Thanks for the answer and the link! :slight_smile: