Release v3.0.1-beta.3

pull/342/head v3.0.1-beta.3
vapao 2021-06-20 12:01:37 +08:00
parent 188d9b41dc
commit 9e2fc66bf8
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v3.0.1'
SPUG_VERSION = 'v3.0.1-beta.3'
# 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';
export const VERSION = 'v3.0.1-beta.3';