Skip to content

Commit 7eda0fe

Browse files
committed
chore: fix version name format
1 parent 5c7ae3d commit 7eda0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicExpressions"
22
uuid = "a40a106e-89c9-4ca8-8020-a735e8728b6b"
33
authors = ["MilesCranmer <miles.cranmer@gmail.com>"]
4-
version = "0.18.0-alpha"
4+
version = "0.18.0-alpha.1"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if test_name == "enzyme"
1111
elseif test_name == "jet"
1212
@safetestset "JET" begin
1313
using Preferences
14-
set_preferences!("DynamicExpressions", "instability_check" => "disable")
14+
set_preferences!("DynamicExpressions", "instability_check" => "disable"; force=true)
1515
using JET
1616
using DynamicExpressions
1717
if VERSION >= v"1.10"

0 commit comments

Comments
 (0)