// Default CEF version shipped with this Electrobun release. // All platforms use the same version. Update this single pair when bumping CEF. export const CEF_VERSION = `147.0.10+gd58e84d`; export const CHROMIUM_VERSION = `147.0.7727.118`; export const DEFAULT_CEF_VERSION_STRING = `${CEF_VERSION}+chromium-${CHROMIUM_VERSION}`;