Skip to content

Commit

Permalink
feat: Automated regeneration of WalletObjects client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed May 1, 2024
1 parent e6a95f9 commit f193b57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.WalletObjects.V1 do
API client metadata for GoogleApi.WalletObjects.V1.
"""

@discovery_revision "20240315"
@discovery_revision "20240430"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.WalletObjects.V1.Model.GenericObject do
@moduledoc """
Generic Object Next ID: 121
Generic Object
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/wallet_objects/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.WalletObjects.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.3.1"

def project() do
[
Expand Down

0 comments on commit f193b57

Please sign in to comment.