forked from shibao/cannery
		
	add version to home page
This commit is contained in:
		| @@ -120,6 +120,13 @@ defmodule CanneryWeb.HomeLive do | ||||
|             end %> | ||||
|           </p> | ||||
|         </li> | ||||
|  | ||||
|         <li class="flex flex-row justify-center space-x-2"> | ||||
|           <b>Version:</b> | ||||
|           <p> | ||||
|             <%= Mix.Project.config[:version] %> | ||||
|           </p> | ||||
|         </li> | ||||
|       </ul> | ||||
|     </div> | ||||
|     """ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user