Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Jul 20, 2019
1 parent a815685 commit e662a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,7 +1,7 @@
name = "HSARuntime"
uuid = "2c364e2c-59fb-59c3-96f3-194112e690e0"
authors = ["Julian P Samaroo <jpsamaroo@jpsamaroo.me"]
version = "v0.2.2"
version = "v0.2.3"

[compat]
julia = "1.1"
Expand Down

2 comments on commit e662a0f

@jpsamaroo
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 register()

@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/2170

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.3 -m "<description of version>" e662a0fd87cfd41c1bec4ada1854bf930af415ec
git push origin v0.2.3

Please sign in to comment.