Skip to content

Commit 48838d4

Browse files
authored
Update version information to v24.6.1 (ev-flow#653)
1 parent aa38926 commit 48838d4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
quark-engine (24.6.1-0kali1) kali-dev; urgency=medium
2+
3+
* Document Updates:
4+
- Optimize the documents of CWE-20, CWE-73, CWE-78, CWE-79, and CWE-798. (#642, #644, #649, #645, and #643)
5+
6+
-- AnWei Kung <[email protected]> Wed, 5 Jun 2024 17:00:00 +0800
7+
18
quark-engine (24.5.1-0kali1) kali-dev; urgency=medium
29

310
* Document Updates:

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
77
dh-virtualenv (>= 0.8),
88
python3,
99

10-
Standards-Version: 24.5.1
10+
Standards-Version: 24.6.1
1111
Homepage: https://github.com/quark-engine/quark-engine
1212
Vcs-Browser: https://github.com/quark-engine/quark-engine
1313
Vcs-Git: https://github.com/quark-engine/quark-engine

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'KunYu Chen, JunWei Song, YuShiang Dang, ShengFone Lu, AnWei Kung, ShunTe Lin, Vivek, Krishna'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = 'v24.5.1'
25+
release = 'v24.6.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

quark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.5.1"
1+
__version__ = "24.6.1"

0 commit comments

Comments
 (0)