Skip to content

Commit

Permalink
chore(release): bump version to 0.3.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed May 3, 2019
1 parent 977e57e commit 96c746a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/operator-deployment-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
image: docker.io/apache/camel-k:0.3.4-SNAPSHOT
command:
- camel-k
imagePullPolicy: IfNotPresent
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-deployment-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
image: docker.io/apache/camel-k:0.3.4-SNAPSHOT
command:
- camel-k
imagePullPolicy: IfNotPresent
Expand Down
4 changes: 2 additions & 2 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package defaults

const (
// Version --
Version = "0.3.3-SNAPSHOT"
Version = "0.3.4-SNAPSHOT"

// CamelVersionConstraint --
CamelVersionConstraint = "~2.23.x"
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 0.3.3-SNAPSHOT
VERSION := 0.3.4-SNAPSHOT
RUNTIME_VERSION := 0.3.2
CAMEL_VERSION := 2.23.2
CAMEL_VERSION_CONSTRAINT := ~2.23.x
Expand Down

0 comments on commit 96c746a

Please sign in to comment.