We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669df67 commit 8821adcCopy full SHA for 8821adc
mix.exs
@@ -3,7 +3,7 @@ defmodule Bless.MixProject do
3
4
@version_file Path.join(__DIR__, ".version")
5
@external_resource @version_file
6
- @version (case Regex.run(~r/^v([\d\.]+)/, File.read!(@version_file),
+ @version (case Regex.run(~r/^v([\d\.\w-]+)/, File.read!(@version_file),
7
capture: :all_but_first
8
) do
9
[version] -> version
0 commit comments