Skip to content

Commit 38c69ff

Browse files
committed
Fixed bumpversion settings
1 parent bebdf19 commit 38c69ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ commit = True
44
tag = True
55

66
[bumpversion:file:mix.exs]
7-
search = @version: "{current_version}"
8-
replace = @version: "{new_version}"
7+
search = @version "{current_version}"
8+
replace = @version "{new_version}"
99

1010
[bumpversion:file:README.md]
1111
search = {{:validatex, "~> {current_version}"}}

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Validatex.MixProject do
22
use Mix.Project
33

4-
@version "@version: "1.0.0""
4+
@version "1.0.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)