Skip to content

Commit 0cd8dcf

Browse files
committed
changing version to a different placeholder.
1 parent 5df2f57 commit 0cd8dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
) # This setting allows the header from NGINX to tell us that the request is secured.
218218

219219
SPECTACULAR_SETTINGS = {
220-
'VERSION' : 'asdf',
220+
'VERSION' : 'development',
221221
'TITLE': 'Open5e',
222222
'DESCRIPTION': 'The Open5e API. See [https://github.com/open5e/open5e-api] for more information.',
223223
'SERVERS': [

0 commit comments

Comments
 (0)