Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
release 5.7.4 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix authored Aug 19, 2020
1 parent 5337e8b commit 7fb3161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package project

var (
bundleVersion = "5.7.4-dev"
bundleVersion = "5.7.4"
description = "The aws-operator handles Kubernetes clusters running on a Kubernetes cluster inside of AWS."
gitSHA = "n/a"
name string = "aws-operator"
source string = "https://github.com/giantswarm/aws-operator"
version = "5.7.4-dev"
version = "5.7.4"
)

func BundleVersion() string {
Expand Down

0 comments on commit 7fb3161

Please sign in to comment.