Bump version to 9

This commit is contained in:
Philip O'Toole
2024-09-17 09:29:37 -04:00
parent 9d340c100d
commit d7e02674fd

View File

@@ -4,7 +4,7 @@ package cmd
// Make sure the build process (linker flags) are updated, as well as go.mod.
var (
// Version of rqlite.
Version = "8"
Version = "9"
// Commit this code was built at.
Commit = "unknown"