Skip to content

Commit

Permalink
Merge pull request #2967 from 0x29a/version-bump
Browse files Browse the repository at this point in the history
chore: bump version to match the latest tag
  • Loading branch information
mouse-reeve authored Sep 2, 2023
2 parents 4e99965 + 1c9da7b commit 47e8f3c
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.4"
VERSION = "0.6.5"

RELEASE_API = env(
"RELEASE_API",
Expand Down

0 comments on commit 47e8f3c

Please sign in to comment.