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
parent
92d24388ec
commit
b9ce4f1d2e
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue