mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
v0.33.1: add forgotten files
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ Thanks to @[iainmcgin](https://github.com/iainmcgin) for reporting.
|
||||
### Fixes
|
||||
|
||||
- format: make groupIterable sort by row ([#3849](https://github.com/open-policy-agent/opa/issues/3849))
|
||||
- build: fix netlify build (#3845)
|
||||
|
||||
## 0.33.0
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
// Version is the canonical version of OPA.
|
||||
var Version = "0.33.0"
|
||||
var Version = "0.33.1"
|
||||
|
||||
// GoVersion is the version of Go this was built with
|
||||
var GoVersion = runtime.Version()
|
||||
|
||||
Reference in New Issue
Block a user