Skip to content

Commit

Permalink
chore: bump qovery client version (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Apr 30, 2024
1 parent 5e95713 commit f67af99
Show file tree
Hide file tree
Showing 3 changed files with 6 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-20240422145719-59a2ac6a9e6b
github.com/qovery/qovery-client-go v0.0.0-20240429133024-1958d762dc85
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ github.com/pterm/pterm v0.12.79 h1:lH3yrYMhdpeqX9y5Ep1u7DejyHy7NSQg9qrBjF9dFT4=
github.com/pterm/pterm v0.12.79/go.mod h1:1v/gzOF1N0FsjbgTHZ1wVycRkKiatFvJSJC4IGaQAAo=
github.com/qovery/qovery-client-go v0.0.0-20240422145719-59a2ac6a9e6b h1:YDTmCcuxGW2IBMHDo3CQT3e6F4u6312XcZeNPT9HfBM=
github.com/qovery/qovery-client-go v0.0.0-20240422145719-59a2ac6a9e6b/go.mod h1:9eHj5a4EtXGIyfbvVL3HVYW9k7Xmiwi00OqHrP4dc10=
github.com/qovery/qovery-client-go v0.0.0-20240424162433-4d8e31b9f365 h1:6gzqcpUhnbOLCF94/uH0BLUdXAjg2et/B3dxBcF4TlI=
github.com/qovery/qovery-client-go v0.0.0-20240424162433-4d8e31b9f365/go.mod h1:9eHj5a4EtXGIyfbvVL3HVYW9k7Xmiwi00OqHrP4dc10=
github.com/qovery/qovery-client-go v0.0.0-20240429133024-1958d762dc85 h1:6XMOJ6hGbvhDOq8MTBJ4LHsLRKoLZstuemDDVyW4EMg=
github.com/qovery/qovery-client-go v0.0.0-20240429133024-1958d762dc85/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.90.5" // ci-version-check
return "0.91.0" // ci-version-check
}

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

0 comments on commit f67af99

Please sign in to comment.