U Release v3.0.1-beta.15

pull/418/head
vapao 2021-12-09 11:19:14 +08:00
parent f519942ffa
commit da19a6981e
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v3.0.1-beta.14'
SPUG_VERSION = 'v3.0.1-beta.15'
# override default config
try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.0.1-beta.14';
export const VERSION = 'v3.0.1-beta.15';