Skip to content

Commit 2677dc1

Browse files
author
jmccormick2001
committed
bump version to 3.5.1 and 2.3.1 for final build
1 parent 994b8d2 commit 2677dc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apiservermsgs/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package apiservermsgs
22

33
/*
4-
Copyright 2017 Crunchy Data Solutions, Inc.
4+
Copyright 2019 Crunchy Data Solutions, Inc.
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
77
You may obtain a copy of the License at
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
import ()
1919

20-
const PGO_VERSION = "3.5.1-rc1"
20+
const PGO_VERSION = "3.5.1"
2121

2222
// Ok status
2323
const Ok = "ok"

conf/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cluster:
44
CCPImagePrefix: crunchydata
55
Metrics: false
66
Badger: false
7-
CCPImageTag: centos7-11.2-2.3.1-rc2
7+
CCPImageTag: centos7-11.2-2.3.1
88
Port: 5432
99
User: testuser
1010
Database: userdb
@@ -92,4 +92,4 @@ Pgo:
9292
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
9393
LoadTemplate: /pgo-config/pgo.load-template.json
9494
COImagePrefix: crunchydata
95-
COImageTag: centos7-3.5.1-rc1
95+
COImageTag: centos7-3.5.1

0 commit comments

Comments
 (0)