chore: bump version to 3.2.0 across all files

This commit is contained in:
2025-12-15 15:09:34 +01:00
parent f033b02cec
commit 51fc570fc7
9 changed files with 54 additions and 8 deletions

View File

@@ -254,7 +254,7 @@ func (e *MySQLDumpEngine) Backup(ctx context.Context, opts *BackupOptions) (*Bac
// Save metadata
meta := &metadata.BackupMetadata{
Version: "3.1.0",
Version: "3.2.0",
Timestamp: startTime,
Database: opts.Database,
DatabaseType: "mysql",