Skip to content

Commit 2d65d25

Browse files
committed
Bump version to 0.6.2a2
1 parent 1867a74 commit 2d65d25

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __version_solver__(self) -> Self:
8585
else ""
8686
)
8787
else:
88-
self.VERSION += "0.6.2a1"
88+
self.VERSION += "0.6.2a2"
8989
if self.COMMIT:
9090
self.VERSION += f"-{self.COMMIT[:8]}"
9191

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest version
44

5+
## 0.6.2a2
6+
57
- Fixed:
68
- Chaotic point changes in scoreboard on flag submit
79

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "YATB"
3-
version = "0.6.2a0"
3+
version = "0.6.2a2"
44

55
description = "Yet another fast and furious jeopardy-CTF taskboard"
66

0 commit comments

Comments
 (0)