Fix yaak schema in export

This commit is contained in:
Gregory Schier
2025-01-14 06:31:48 -08:00
parent ac0ecb342d
commit 592cf38e38

View File

@@ -2179,7 +2179,7 @@ pub async fn get_workspace_export_resources<R: Runtime>(
) -> Result<WorkspaceExport> {
let mut data = WorkspaceExport {
yaak_version: mgr.package_info().version.clone().to_string(),
yaak_schema: 2,
yaak_schema: 3,
timestamp: Utc::now().naive_utc(),
resources: BatchUpsertResult {
workspaces: Vec::new(),