Skip to content

Commit

Permalink
increment all 3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 9, 2024
1 parent 626009c commit 4fe3215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion minimal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.octo.keip</groupId>
<artifactId>minimal-app</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>

<properties>
<docker.registry>ghcr.io/octoconsulting</docker.registry>
Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.3.1
VERSION ?= 0.3.2
GIT_TAG := operator_v$(VERSION)
KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:latest

Expand Down
2 changes: 1 addition & 1 deletion operator/webhook/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.6.1
VERSION ?= 0.6.2
HOST_PORT ?= 7080
GIT_TAG := webhook_v$(VERSION)

Expand Down

0 comments on commit 4fe3215

Please sign in to comment.