chore(version): bump dev version to 2.3.x-dev

This commit is contained in:
Frédéric Guillot
2026-06-14 20:47:41 -07:00
committed by fguillot
parent ce5d84e956
commit f72957e807
+1 -1
View File
@@ -45,7 +45,7 @@ func init() {
if Version == "" {
// Some Miniflux clients expect a specific version format.
// For example, Flux News converts the string version to an integer.
Version = "2.2.x-dev"
Version = "2.3.x-dev"
}
if Commit == "" {
Commit = getCommit()