fix: since we now depend on DWO 0.11, might as well update the minimum required version (9a5a2ef2db) (#1298)

Change-Id: I72c1f7f4cc3d3672030e32c02c2bdd08c15185ca
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/1303/head
Nick Boldt 2022-01-26 05:47:21 -04:00 committed by GitHub
parent 92d24388ec
commit b9ce4f1d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2022 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
@ -14,4 +14,4 @@ dependencies:
- type: olm.package
value:
packageName: devworkspace-operator
version: ">=0.8.0"
version: ">=0.11.0"

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2019-2021 Red Hat, Inc.
# Copyright (c) 2019-2022 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
@ -14,4 +14,4 @@ dependencies:
- type: olm.package
value:
packageName: devworkspace-operator
version: ">=0.8.0"
version: ">=0.11.0"