Skip to content

Commit 6b45119

Browse files
author
dannydeng
committed
refactor: 更新版本号 --story=132553972
1 parent 6fe8dca commit 6b45119

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ is_use_celery: True
66
author: 蓝鲸智云
77
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
88
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
9-
version: 3.34.5
9+
version: 3.34.6
1010
category: 运维工具
1111
language_support: 中文
1212
desktop:

app_desc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
spec_version: 2
2-
app_version: "3.34.5"
2+
app_version: "3.34.6"
33
app:
44
region: default
55
bk_app_code: bk_sops

config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
214214
# 如果静态资源修改了以后,上线前改这个版本号即可
215215

216-
STATIC_VERSION = "3.34.5"
216+
STATIC_VERSION = "3.34.6"
217217
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
218218

219219
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]

0 commit comments

Comments
 (0)