Skip to content

Commit b7646bb

Browse files
committed
U Release v2.3.3
1 parent f217038 commit b7646bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spug_api/spug/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
re.compile('/apis/.*'),
122122
)
123123

124-
SPUG_VERSION = 'v2.3.2'
124+
SPUG_VERSION = 'v2.3.3'
125125

126126
# override default config
127127
try:

spug_web/src/libs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import _http from './http';
88
export * from './functools';
99
export * from './router';
1010
export const http = _http;
11-
export const VERSION = 'v2.3.2';
11+
export const VERSION = 'v2.3.3';

0 commit comments

Comments
 (0)