Skip to content

Commit a709b20

Browse files
chore: bump fcs module version to 0.0.4
1 parent 51e9f52 commit a709b20

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.ci/scripts/calculate_builds.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ def set_output(key: str, value: str) -> None:
7979
},
8080
"mod026": {"sic-version": "0.2.2", "sta-version": "0.13.1", "fcs-version": "0.0.2"},
8181
"mod027": {"sic-version": "0.5.0", "sta-version": "0.13.1", "fcs-version": "0.0.2"},
82+
"mod028": {"sic-version": "0.2.2", "sta-version": "0.13.1", "fcs-version": "0.0.4"},
83+
"mod029": {"sic-version": "0.5.0", "sta-version": "0.13.1", "fcs-version": "0.0.4"},
8284
}
8385

8486
# Adjust this section to decide what gets built and layered on top
8587
# THIS IS THE SECTION TO EDIT, after you have added the new versions above
86-
current_mod_packs_to_build = ["mod026", "mod027"]
88+
current_mod_packs_to_build = ["mod028", "mod029"]
8789

8890
generated_jobs: list[dict[str, Any]] = []
8991
for mod_pack_job in current_mod_packs_to_build:

0 commit comments

Comments
 (0)