We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d371863 commit d8496ecCopy full SHA for d8496ec
CHANGELOG.md
@@ -1,9 +1,13 @@
1
# Changelog
2
3
-## 3.8
+## 3.9
4
5
_WIP_
6
7
+## 3.8
8
+
9
+_05.04.25_
10
11
- Added a moderator indicator to `tomhow`
12
- Bump Go to 1.24
13
app/app.go
@@ -2,6 +2,6 @@ package app
const (
Name = "circumflex"
- Version = "3.8"
+ Version = "3.9-dev"
MinimumLessVersion = 633
)
0 commit comments