There was an error while loading. Please reload this page.
1 parent ab45663 commit 2f8f2fdCopy full SHA for 2f8f2fd
2 files changed
.github/workflows/ci.yml
@@ -10,8 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.10' # minimum version required by HTTP v2
14
- - '1' # expands to the latest stable releaase of julia
+ - '1.10' # current lts, minimum version required by HTTP v2
+ - '1' # expands to the latest stable release of julia
15
- 'nightly'
16
os:
17
- ubuntu-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "Genie"
2
uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
3
-version = "5.35.15"
+version = "6.0.0"
4
authors = ["The amazing Genie contributors ♥️"]
5
6
[deps]
0 commit comments