I have an elixir project with a defined version. How can I access this from within the running application.
in mix.exs
def project do [app: :my_app
What about :
YourApp.Mixfile.project[:version]