1 2 3 4 5 6 7 8 9
[bumpversion] current_version = 0.3.3 commit = True tag = True sign_tags = True [bumpversion:file:mix.exs] search = version: "{current_version}" replace = version: "{new_version}"