This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/lib/augie_web/views/layout_view.ex

8 lines
122 B
Elixir
Raw Normal View History

2019-11-29 17:55:52 +13:00
defmodule AugieWeb.LayoutView do
use AugieWeb, :view
2019-12-06 14:35:28 +13:00
def app_version do
Application.spec(:augie, :vsn)
end
2019-11-29 17:55:52 +13:00
end