diff --git a/spug_api/spug/settings.py b/spug_api/spug/settings.py index db7abf4..4703b20 100644 --- a/spug_api/spug/settings.py +++ b/spug_api/spug/settings.py @@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = ( re.compile('/apis/.*'), ) -SPUG_VERSION = 'v2.3.7' +SPUG_VERSION = 'v2.3.8' # override default config try: diff --git a/spug_web/src/libs/index.js b/spug_web/src/libs/index.js index 30e9e76..d423d5e 100644 --- a/spug_web/src/libs/index.js +++ b/spug_web/src/libs/index.js @@ -8,4 +8,4 @@ import _http from './http'; export * from './functools'; export * from './router'; export const http = _http; -export const VERSION = 'v2.3.7'; +export const VERSION = 'v2.3.8';