U Release v2.3.4
This commit is contained in:
parent
c63a45484e
commit
3be03031b2
|
@ -121,7 +121,7 @@ AUTHENTICATION_EXCLUDES = (
|
|||
re.compile('/apis/.*'),
|
||||
)
|
||||
|
||||
SPUG_VERSION = 'v2.3.3'
|
||||
SPUG_VERSION = 'v2.3.4'
|
||||
|
||||
# override default config
|
||||
try:
|
||||
|
|
|
@ -8,4 +8,4 @@ import _http from './http';
|
|||
export * from './functools';
|
||||
export * from './router';
|
||||
export const http = _http;
|
||||
export const VERSION = 'v2.3.3';
|
||||
export const VERSION = 'v2.3.4';
|
||||
|
|
Loading…
Reference in New Issue