Skip to content

Commit

Permalink
update API version info
Browse files Browse the repository at this point in the history
apdavison committed Mar 1, 2024
1 parent 1e225f6 commit c828ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/resources/v1.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ async def info():
return {
"title": title,
"description": description.strip(),
"version": 1.7,
"version": 2.0,
}


0 comments on commit c828ea6

Please sign in to comment.