Skip to content

Commit cb00897

Browse files
committed
Bump version to 0.12.2, require Elixir 1.14
Elixir itself doesn't support lower Elixir versions + we CI for earlier versions is not set up as well
1 parent 4b853eb commit cb00897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
defmodule Owl.MixProject do
22
use Mix.Project
3-
@version "0.12.1"
3+
@version "0.12.2"
44
@source_url "https://github.com/fuelen/owl"
55

66
def project do
77
[
88
app: :owl,
99
version: @version,
10-
elixir: "~> 1.12",
10+
elixir: "~> 1.14",
1111
start_permanent: Mix.env() == :prod,
1212
elixirc_paths: elixirc_paths(Mix.env()),
1313
deps: deps(),

0 commit comments

Comments
 (0)