Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Update CI now that 1.6 has been released (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Mar 25, 2021
1 parent 58ed798 commit 1c5e176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

2 comments on commit 1c5e176

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/32846

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.0.1 -m "<description of version>" 1c5e176a3b3b14146bb68ea3083eb5364ba4d8e1
git push origin v3.0.1

Please sign in to comment.