hmmm... I thought that a standard `git fetch` fetched all remote tags as well, apparently I needed to use `git fetch --tags` to get the latest tags... After that I got v4.0.0
Thanks a lot. Jarl 2013/10/1 Xavier Noria <[email protected]>: > Maybe you made a typo? > > fxn@yeager:~/prj/rails/rails (master)$ git tag | grep v4 > v4.0.0 > v4.0.0.beta1 > v4.0.0.rc1 > v4.0.0.rc2 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/groups/opt_out. -- Jarl Friis Softace ApS Rådhustorvet 7, 2. 3520 Farum LinkedIn: http://dk.linkedin.com/in/jarlfriis -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
