Skip to content

Commit 8341084

Browse files
committed
Bump version.
1 parent f4e028f commit 8341084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
julia-version: ["1.5", "1.7", nightly]
18+
julia-version: ["1.5", "1.8", nightly]
1919
julia-arch: [x64, x86]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
exclude:
2222
- os: macOS-latest
2323
julia-arch: x86
24-
24+
2525
steps:
2626
- uses: actions/checkout@v2
2727
- name: "Set up Julia"

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 <[email protected]>"]
4-
version = "1.6.0"
4+
version = "1.6.1"
55

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

0 commit comments

Comments
 (0)