# Updating latest version of package in registry

**URL:** https://discourse.julialang.org/t/updating-latest-version-of-package-in-registry/125080
**Category:** Package Management
**Created:** [January 22, 2025, 1:54pm UTC](https://discourse.julialang.org/t/updating-latest-version-of-package-in-registry/125080 "2025-01-22T13:54:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aris](https://avatars.discourse-cdn.com/v4/letter/a/258eb7/32.png) [@aris](https://discourse.julialang.org/u/aris)
#### Post date: [January 22, 2025, 1:54pm UTC](https://discourse.julialang.org/t/updating-latest-version-of-package-in-registry/125080/1 "2025-01-22T13:54:32Z")

</div>

Hello everyone,

I’ve got a package in the julia registry, and I realized that the latest release contains a silly bug, which would be fixed by changing a single line.

Would there be a way to seamlessly incorporate a new commit to the existing release (0.9.3), or would I have to create a new release with an updated package version (0.9.4) to fix that?

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [January 22, 2025, 1:57pm UTC](https://discourse.julialang.org/t/updating-latest-version-of-package-in-registry/125080/2 "2025-01-22T13:57:26Z")

</div>

For each and every change you need to create a new release. For bugfixes, usually only the minor version number is increased.

---

<div class="post-metadata">

### Author: ![aris](https://avatars.discourse-cdn.com/v4/letter/a/258eb7/32.png) [@aris](https://discourse.julialang.org/u/aris)
#### Post date: [January 22, 2025, 1:58pm UTC](https://discourse.julialang.org/t/updating-latest-version-of-package-in-registry/125080/3 "2025-01-22T13:58:16Z")

</div>

Understood, thanks for the info!
