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

Commit

Permalink
release v5.7.6 (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell authored Aug 31, 2020
1 parent 370bac3 commit b25a002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.7.6] - 2020-08-31

### Changed

- No notable changes.

## [5.7.5] - 2020-08-28

### Added
Expand Down
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.6-dev"
bundleVersion = "5.7.6"
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.6-dev"
version = "5.7.6"
)

func BundleVersion() string {
Expand Down

0 comments on commit b25a002

Please sign in to comment.