Skip to content

Commit

Permalink
update version to 0.2.11-DEV and require Julia v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Oct 3, 2024
1 parent af82c28 commit 0f1ee79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StableSpectralElements"
uuid = "fb992021-99c7-4c2d-a14b-5e48ac4045b2"
authors = ["Tristan Montoya <[email protected]>"]
version = "0.2.11"
version = "0.2.11-DEV"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
4 changes: 2 additions & 2 deletions src/StableSpectralElements.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module StableSpectralElements

if VERSION < v"1.8"
error("StableSpectralElements.jl requires Julia v1.8 or newer.")
if VERSION < v"1.10"
error("StableSpectralElements.jl requires Julia v1.10 or newer.")
end

using Reexport
Expand Down

0 comments on commit 0f1ee79

Please sign in to comment.