We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e64171 commit b766084Copy full SHA for b766084
spug_api/spug/settings.py
@@ -121,7 +121,7 @@
121
re.compile('/apis/.*'),
122
)
123
124
-SPUG_VERSION = 'v2.3.7'
+SPUG_VERSION = 'v2.3.8'
125
126
# override default config
127
try:
spug_web/src/libs/index.js
@@ -8,4 +8,4 @@ import _http from './http';
8
export * from './functools';
9
export * from './router';
10
export const http = _http;
11
-export const VERSION = 'v2.3.7';
+export const VERSION = 'v2.3.8';
0 commit comments