Skip to content

Commit 0b0381f

Browse files
committed
chore: promote actual project version to release by removing alpha pre-release identifier
1 parent e6c1ed7 commit 0b0381f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule WebtritAdapter.MixProject do
44
def project do
55
[
66
app: :webtrit_adapter,
7-
version: "0.12.0-alpha.1",
7+
version: "0.12.0",
88
elixir: "~> 1.16",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)