DEV Community

Discussion on: Deploying Elixir (1 of 3): Building Releases With Mix

Collapse
 
ryanlabouve profile image
Ryan LaBouve

I ended up getting these values from

Enum.find(Mix.Project.config(), fn({key, _value}) -> key == :version end)
Enum.find(Mix.Project.config(), fn({key, _value}) -> key == :app end)