Skip to content

Commit

Permalink
fix: version in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Aug 9, 2023
1 parent 094fd74 commit c6459ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ defmodule NextLS.MixProject do
use Mix.Project

@version "0.7.1" # x-release-please-version

def project do
[
app: :next_ls,
description: "The language server for Elixir that just works",
version: "0.7.1",
version: @version,
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c6459ec

Please sign in to comment.