Skip to content

Commit 65c0b10

Browse files
authored
Add OPA 0.66.0 and remove 0.57.0 (#739)
* opa: remove version 0.57.0 and add version 0.66.0 * fix indentation
1 parent 92ad320 commit 65c0b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opa/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
versions = [
22
{
3-
"product": "0.57.0",
3+
"product": "0.61.0",
44
"vector": "0.39.0",
55
"bundle_builder_version": "1.1.2",
66
"stackable-base": "1.0.0",
77
},
88
{
9-
"product": "0.61.0",
9+
"product": "0.66.0",
1010
"vector": "0.39.0",
1111
"bundle_builder_version": "1.1.2",
1212
"stackable-base": "1.0.0",

0 commit comments

Comments
 (0)