XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
UTF-8
package main

// Version is the g4f-go release version. Bump it before building a release.
const Version = "0.1.0"

// PythonVer is the CPython version expected inside the embedded runtime archive.
// fetch-python.sh downloads exactly this version. Keep them in sync.
const PythonVer = "3.14.7"