Skip to content

Commit f387253

Browse files
committed
fix 1.5
1 parent 9d8ffe0 commit f387253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menu.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function TerminalMenus.pick(m::DeviceMenu, cursor::Int)
3232
return true #break out of the menu
3333
end
3434

35-
@static if VERSION > "1.6-"
35+
@static if VERSION > v"1.6-"
3636

3737
function TerminalMenus.printmenu(out::IO, m::DeviceMenu, cursoridx::Int; oldstate=nothing, init::Bool=false)
3838
buf = IOBuffer()

0 commit comments

Comments
 (0)