Skip to content

Commit

Permalink
Bump qovery-api (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Jun 4, 2024
1 parent 65f0dfc commit 14b9c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/posthog/posthog-go v0.0.0-20240327112532-87b23fe11103
github.com/pterm/pterm v0.12.79
github.com/qovery/qovery-client-go v0.0.0-20240524132028-e0b85fd106b2
github.com/qovery/qovery-client-go v0.0.0-20240603100311-87ebc2e571ef
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ github.com/qovery/qovery-client-go v0.0.0-20240522104951-0ce3587cfad8 h1:jAP6hIg
github.com/qovery/qovery-client-go v0.0.0-20240522104951-0ce3587cfad8/go.mod h1:9eHj5a4EtXGIyfbvVL3HVYW9k7Xmiwi00OqHrP4dc10=
github.com/qovery/qovery-client-go v0.0.0-20240524132028-e0b85fd106b2 h1:k/rKfLXHXAu53k9CAwEVZCv3NN7zrHdnQ0wuxEguQSs=
github.com/qovery/qovery-client-go v0.0.0-20240524132028-e0b85fd106b2/go.mod h1:9eHj5a4EtXGIyfbvVL3HVYW9k7Xmiwi00OqHrP4dc10=
github.com/qovery/qovery-client-go v0.0.0-20240603100311-87ebc2e571ef h1:DyzdF7rJFYl7zRHH8+8GpiNbrYtTnY6fzpvHAWygvwk=
github.com/qovery/qovery-client-go v0.0.0-20240603100311-87ebc2e571ef/go.mod h1:9eHj5a4EtXGIyfbvVL3HVYW9k7Xmiwi00OqHrP4dc10=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func GetCurrentVersion() string {
return "0.93.6" // ci-version-check
return "0.93.7" // ci-version-check
}

func GetLatestOnlineVersionUrl() (string, error) {
Expand Down

0 comments on commit 14b9c0f

Please sign in to comment.