Skip to content

Commit c6459ec

Browse files
committed
fix: version in mix.exs
1 parent 094fd74 commit c6459ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ defmodule NextLS.MixProject do
22
use Mix.Project
33

44
@version "0.7.1" # x-release-please-version
5+
56
def project do
67
[
78
app: :next_ls,
89
description: "The language server for Elixir that just works",
9-
version: "0.7.1",
10+
version: @version,
1011
elixir: "~> 1.13",
1112
elixirc_paths: elixirc_paths(Mix.env()),
1213
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)