diff --git a/config/prod.exs b/config/prod.exs index 6b2576c..6fe4568 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -8,7 +8,7 @@ config :chess, ChessWeb.Endpoint, secret_key_base: "${SECRET_KEY_BASE}", server: true, url: [host: "localhost", port: {:system, "PORT"}], - version: Application.spec(:myapp, :vsn) + version: Application.spec(:chess, :vsn) config :chess, Chess.Repo, adapter: Ecto.Adapters.Postgres,