Explorar el Código

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

Frédéric Guillot hace 1 semana
padre
commit
f72957e807
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/version/version.go

+ 1 - 1
internal/version/version.go

@@ -45,7 +45,7 @@ func init() {
 	if Version == "" {
 	if Version == "" {
 		// Some Miniflux clients expect a specific version format.
 		// Some Miniflux clients expect a specific version format.
 		// For example, Flux News converts the string version to an integer.
 		// For example, Flux News converts the string version to an integer.
-		Version = "2.2.x-dev"
+		Version = "2.3.x-dev"
 	}
 	}
 	if Commit == "" {
 	if Commit == "" {
 		Commit = getCommit()
 		Commit = getCommit()