Skip to content

Commit 5f10c09

Browse files
committed
fix: resolve GLIBC compatibility issue by using ubuntu-20.04 and bump version to v1.0.6
1 parent f696d71 commit 5f10c09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- os: ubuntu-latest
16+
- os: ubuntu-20.04
1717
artifact_name: accli-linux
1818
binary_name: accli
1919
- os: windows-latest

accli/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Please strictly put double quote to use this info for git tag
22
# Read developer guide for git tag command with regex
3-
VERSION = "v1.0.5"
3+
VERSION = "v1.0.6"

0 commit comments

Comments
 (0)