Skip to content

Commit 7770993

Browse files
authoredAug 29, 2019
Merge pull request #41 from integr8ly/prepare-release-1-4-0
Prepare release 1 4 0
2 parents 383f7c0 + 2c40bec commit 7770993

10 files changed

+263
-2
lines changed
 

‎deploy/olm-catalog/grafana-operator/1.x.x/grafana-operator.v1.4.0.clusterserviceversion.yaml

+261
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
packageName: grafana-operator
22
channels:
33
- name: alpha
4-
currentCSV: grafana-operator.v1.3.1
4+
currentCSV: grafana-operator.v1.4.0
File renamed without changes.
File renamed without changes.

‎version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "1.3.1"
4+
Version = "1.4.0"
55
)

0 commit comments

Comments
 (0)
Please sign in to comment.