Skip to content

Commit

Permalink
chore: change 1.17.0-dev to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 12, 2025
1 parent 070c113 commit 97c4144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/monkey/_next_ls_private_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ defmodule NextLSPrivate.Tracer do
parent = parent_pid()

condition =
if Version.match?(System.version(), ">= 1.17.0-dev") do
if Version.match?(System.version(), ">= 1.17.0") do
is_nil(meta[:column])
else
type == :remote_macro && meta[:closing][:line] != meta[:line]
Expand Down

0 comments on commit 97c4144

Please sign in to comment.