Skip to content

Commit

Permalink
Release v3.0.1-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Sep 5, 2021
1 parent 80c6e3d commit 7b5e4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spug_api/spug/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
re.compile('/apis/.*'),
)

SPUG_VERSION = 'v3.0.1-beta.7'
SPUG_VERSION = 'v3.0.1-beta.8'

# override default config
try:
Expand Down
2 changes: 1 addition & 1 deletion spug_web/src/libs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.0.1-beta.7';
export const VERSION = 'v3.0.1-beta.8';

0 comments on commit 7b5e4de

Please sign in to comment.