Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kansi committed Sep 10, 2024
1 parent b2d34c8 commit 5025f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/control_node/host/ssh.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ defmodule ControlNode.Host.SSH do
* `:user` : SSH user name
* `:private_key_dir` : Path to the `.ssh` folder (eg. `/home/user/.ssh`)
* `via_ssh_agent`: Use SSH Agent for authentication (default `false`)
* `env_vars`: Define env vars (key, value) to be passed when running a command on the remote host
"""
@type t :: %__MODULE__{
host: binary,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule ControlNode.MixProject do
[
name: "Control Node",
app: :control_node,
version: "0.6.0",
version: "0.7.0",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 5025f25

Please sign in to comment.