Skip to content

Commit 839a068

Browse files
committed
set version to 1.18.0-dev
1 parent 3b4f773 commit 839a068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ end
66
defmodule Phx.New.MixProject do
77
use Mix.Project
88

9-
@version "1.7.14"
9+
@version "1.8.0-dev"
1010
@scm_url "https://github.com/phoenixframework/phoenix"
1111

1212
# If the elixir requirement is updated, we need to update:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Phoenix.MixProject do
88
end
99
end
1010

11-
@version "1.7.14"
11+
@version "1.8.0-dev"
1212
@scm_url "https://github.com/phoenixframework/phoenix"
1313

1414
# If the elixir requirement is updated, we need to make the installer

0 commit comments

Comments
 (0)