Bump default version to 1.6.11

This commit is contained in:
Rimo
2020-04-22 17:14:07 +08:00
parent eb92a3a4ec
commit 759c72b231
3 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ describe('installer tests', () => {
await io.rmRF(TEMP_DIR)
})
it('install ossutil 1.6.10', async () => {
const version = '1.6.10'
it('install ossutil 1.6.11', async () => {
const version = '1.6.11'
await installer.getOssutil(version)
const ossutilDir = path.join(TOOL_DIR, 'ossutil', version, process.arch)