You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When on the v1.17 branch and pulling the latest minor update 1.17.1, the elixir --version stayed on 1.17.0. It only updated when I ran make clean and then make && make install again.
Expected behavior
I would expect the version output of elixir --version to update then running make && make install without having to run clean.
The text was updated successfully, but these errors were encountered:
Elixir and Erlang/OTP versions
Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]
Elixir 1.17.1 (compiled with Erlang/OTP 27)
Operating system
GNU/Linux Ubuntu 22.04.4 LTS
Current behavior
When on the v1.17 branch and pulling the latest minor update 1.17.1, the
elixir --version
stayed on 1.17.0. It only updated when I ranmake clean
and thenmake && make install
again.Expected behavior
I would expect the version output of
elixir --version
to update then runningmake && make install
without having to run clean.The text was updated successfully, but these errors were encountered: