Skip to content

Commit

Permalink
Bump to official 0.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Jul 15, 2023
1 parent 58417e9 commit d6a6ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p $opt_lsp_dir \
&& ln -s $opt_bin_dir/lua-language-server /usr/local/bin/lua-language-server

# Install distant binary and make sure its in a path for everyone
ARG distant_version=0.20.0-alpha.13
ARG distant_version=0.20.0
ARG distant_host=x86_64-unknown-linux-musl
RUN curl -L sh.distant.dev | sh -s -- --install-dir "$opt_bin_dir" --distant-version $distant_version --distant-host $distant_host --run-as-admin \
&& ln -s "$opt_bin_dir/distant" /usr/local/bin/distant \
Expand Down
2 changes: 1 addition & 1 deletion lua/distant/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local Version = require('distant-core').Version
local DEFAULT = require('distant.default')

--- Represents the minimum version of the CLI supported by this plugin.
local MIN_VERSION = Version:parse('0.20.0-alpha.11')
local MIN_VERSION = Version:parse('0.20.0')

--- Represents the version of the plugin (not CLI).
local PLUGIN_VERSION = Version:parse('0.3.0')
Expand Down

0 comments on commit d6a6ba5

Please sign in to comment.