diff --git a/conf/build.manifest b/conf/build.manifest index 64f19a8..8340a52 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -1,5 +1,5 @@ --- -code_name: "Bluefin" +code_name: "Cobia" debian_release: "bullseye" identity_file_path_default: "~/.ssh/id_rsa" # diff --git a/scale_build/config.py b/scale_build/config.py index 423ba15..755b99e 100644 --- a/scale_build/config.py +++ b/scale_build/config.py @@ -3,7 +3,7 @@ from time import time from datetime import datetime IDENTITY_FILE_PATH_OVERRIDE_SUFFIX = '_OVERRIDE_IDENTITY_FILE_PATH' -_VERS = '22.12-MASTER' +_VERS = '23.10-MASTER' def get_env_variable(key, _type, default_value=None):