# JuliaRegistrator register past version

**URL:** https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765
**Category:** Internals & Design
**Created:** [June 27, 2019, 1:39pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765 "2019-06-27T13:39:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![monty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/monty/32/44234_2.png) [@monty](https://discourse.julialang.org/u/monty)
#### Post date: [June 27, 2019, 1:39pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/1 "2019-06-27T13:39:57Z")

</div>

I was tagging versions but i did notice that attobot is not working. How I can use JuliaRegistrator to trigger existing githib tags/commits. For example,

[https://github.com/madsjulia/Mads.jl/commit/b5b53b6deaef990738fc00fc5016267065c192e6](https://github.com/madsjulia/Mads.jl/commit/b5b53b6deaef990738fc00fc5016267065c192e6)

@JuliaRegistrator register

here fails because the repo did not have Project.toml back than.

How i can fix this without rewriting the git history?

---

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [June 27, 2019, 1:55pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/2 "2019-06-27T13:55:02Z")

</div>

You can’t. I would just leave the version hole like it is, its just a little bit weird to skip some versions, but does not really matter.

---

<div class="post-metadata">

### Author: ![monty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/monty/32/44234_2.png) [@monty](https://discourse.julialang.org/u/monty)
#### Post date: [June 27, 2019, 2:09pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/3 "2019-06-27T14:09:26Z")

</div>

ok. i deleted the tags that did not go anywhere and submitted a new version.

---

<div class="post-metadata">

### Author: ![monty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/monty/32/44234_2.png) [@monty](https://discourse.julialang.org/u/monty)
#### Post date: [June 27, 2019, 2:10pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/4 "2019-06-27T14:10:32Z")

</div>

can I specify the version in the command line instead of using version in Project.toml?

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [June 27, 2019, 2:18pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/5 "2019-06-27T14:18:02Z")

</div>

No, the entry in Project.toml specifies the version.

---

<div class="post-metadata">

### Author: ![monty](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/monty/32/44234_2.png) [@monty](https://discourse.julialang.org/u/monty)
#### Post date: [June 27, 2019, 2:19pm UTC](https://discourse.julialang.org/t/juliaregistrator-register-past-version/25765/6 "2019-06-27T14:19:32Z")

</div>

Cool. Thank you very much!
