Skip to content

Commit

Permalink
fix: point to local server (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
seve authored Jul 6, 2021
1 parent 5f976cc commit 873b3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ replace = version="{new_version}"
search = "version": "{current_version}"
replace = "version": "{new_version}"

[bumpversion:file:server/__init__.py]
[bumpversion:file:backend/server/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

0 comments on commit 873b3a2

Please sign in to comment.