Skip to content

Commit fd27d5b

Browse files
committedDec 21, 2023
Bump version.
1 parent c1654e0 commit fd27d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Random123"
22
uuid = "74087812-796a-5b5d-8853-05524746bad3"
33
authors = ["Sunoru <s@sunoru.com>"]
4-
version = "1.6.1"
4+
version = "1.6.2"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

2 commit comments

Comments
 (2)

sunoru commented on Dec 21, 2023

@sunoru
MemberAuthor

JuliaRegistrator commented on Dec 21, 2023

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/97519

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v1.6.2 -m "<description of version>" fd27d5bb8cec145150d2e8262319b1a3a9514201
git push origin v1.6.2
Please sign in to comment.