Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/util/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const ENGIN_START_FILE_BEGIN = 'fileBegin'
export const YASA_DEFAULT = 'YASADefault'

// 基础版本号
const BASE_VERSION = '0.2.22-inner'
const BASE_VERSION = '0.3.1'

/**
* 尝试读取构建时生成的版本信息文件
Expand Down
Loading