There was an error while loading. Please reload this page.
1 parent bebdf19 commit 38c69ffCopy full SHA for 38c69ff
.bumpversion.cfg
@@ -4,8 +4,8 @@ commit = True
4
tag = True
5
6
[bumpversion:file:mix.exs]
7
-search = @version: "{current_version}"
8
-replace = @version: "{new_version}"
+search = @version "{current_version}"
+replace = @version "{new_version}"
9
10
[bumpversion:file:README.md]
11
search = {{:validatex, "~> {current_version}"}}
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Validatex.MixProject do
2
use Mix.Project
3
- @version "@version: "1.0.0""
+ @version "1.0.0"
def project do
[
0 commit comments