static Future<String?> getVersion() async { final config = await loadConfig(); return config['version']; }