Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve committed Apr 4, 2023
1 parent d35b1d9 commit 6e427cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookwyrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
env = Env()
env.read_env()
DOMAIN = env("DOMAIN")
VERSION = "0.6.0"
VERSION = "0.6.1"

RELEASE_API = env(
"RELEASE_API",
Expand Down

0 comments on commit 6e427cf

Please sign in to comment.