Skip to content

Commit 2edb20f

Browse files
authored
Merge pull request #325 from Accenture/release-3.0.0-alpha.1
Bump version to 3.0.0-alpha.1
2 parents c4c5fe4 + 4fb5a02 commit 2edb20f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deployment/helm2/reactive-interaction-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ version: 1.0.0
88

99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application.
11-
appVersion: 2.4.0
11+
appVersion: 3.0.0-alpha.1

deployment/helm3/reactive-interaction-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 1.0.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 2.4.0
21+
appVersion: 3.0.0-alpha.1

deployment/kubectl/rig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
tolerations: []
7070
containers:
7171
- name: reactive-interaction-gateway
72-
image: accenture/reactive-interaction-gateway:2.3.0
72+
image: accenture/reactive-interaction-gateway:3.0.0-alpha.1
7373
imagePullPolicy: IfNotPresent
7474
ports:
7575
- containerPort: 4000

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
%{
2-
rig: "2.4.0",
2+
rig: "3.0.0-alpha.1",
33
elixir: "~> 1.10.2",
44
}

0 commit comments

Comments
 (0)