Skip to content

Commit

Permalink
ci: generate from api 0.19.202 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonbot authored Aug 9, 2024
1 parent 151eb10 commit a144a2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:nuon, "~> 0.19.200"}]
[{:nuon, "~> 0.19.202"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/nuon/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ defmodule Nuon.Connection do
Keyword.get(
tesla_options,
:user_agent,
"openapi-generator - Nuon 0.19.200 - elixir"
"openapi-generator - Nuon 0.19.202 - elixir"
)
)

Expand Down
2 changes: 1 addition & 1 deletion lib/nuon/model/service_create_app_runner_config_request.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Nuon.Model.ServiceCreateAppRunnerConfigRequest do

@type t :: %__MODULE__{
:env_vars => %{optional(String.t) => String.t} | nil,
:type => Nuon.Model.AppAppRunnerType.t | nil
:type => Nuon.Model.AppAppRunnerType.t
}

alias Nuon.Deserializer
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nuon.Mixfile do
def project do
[
app: :nuon,
version: "0.19.200",
version: "0.19.202",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.200
0.19.202

0 comments on commit a144a2f

Please sign in to comment.