diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78ac09f..b58d1bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,8 @@ jobs: fail-fast: false matrix: version: - - '^1.6.0-0' # delete this line once Julia 1.6 is released - # - '1.6' # uncomment this line once Julia 1.6 is released - # - '1' # uncomment this line once Julia 1.6 is released + - '1.6' + - '1' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 60d052e..32492ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GitCommand" uuid = "49b5b516-ca3f-4003-a081-42bdcf55082d" authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics"] -version = "3.0.0" +version = "3.0.1" [deps] Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"