U Release v2.3.8

pull/172/head
vapao 2020-08-09 23:15:02 +08:00
parent 6e64171d17
commit b766084b37
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v2.3.7'
SPUG_VERSION = 'v2.3.8'
# override default config
try:

View File

@ -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';