Skip to content

Commit

Permalink
Merge pull request #254 from concord-consortium/report-server-v1.0.0
Browse files Browse the repository at this point in the history
Report Server v1.0.0
  • Loading branch information
dougmartin authored May 29, 2024
2 parents 553b106 + fb53ec0 commit eb7b07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ReportServer.MixProject do
def project do
[
app: :report_server,
version: "0.1.0",
version: "1.0.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit eb7b07f

Please sign in to comment.