Skip to content

Commit 9c7bc95

Browse files
committed
A Release v2.3.18
1 parent 1c9713c commit 9c7bc95

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
@@ -123,7 +123,7 @@
123123
re.compile('/apis/.*'),
124124
)
125125

126-
SPUG_VERSION = 'v2.3.17'
126+
SPUG_VERSION = 'v2.3.18'
127127

128128
# override default config
129129
try:

spug_web/src/libs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export * from './functools';
1010
export * from './router';
1111
export const http = _http;
1212
export const history = _history;
13-
export const VERSION = 'v2.3.17';
13+
export const VERSION = 'v2.3.18';

0 commit comments

Comments
 (0)