Skip to content

Commit

Permalink
Merge pull request #395 from permitio/asaf/per-4248-opal-release-050
Browse files Browse the repository at this point in the history
Bump OPAL Version 0.5.0
  • Loading branch information
Asaf Cohen authored Feb 27, 2023
2 parents 86f0410 + ca6e9aa commit b8866bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- OPAL_INLINE_OPA_LOG_FORMAT=http
ports:
# exposes opal client on the host machine, you can access the client at: http://localhost:7000
- "7000:7000"
- "7766:7000"
# exposes the OPA agent (being run by OPAL) on the host machine
# you can access the OPA api that you know and love at: http://localhost:8181
# OPA api docs are at: https://www.openpolicyagent.org/docs/latest/rest-api/
Expand Down
2 changes: 1 addition & 1 deletion packages/__packaging__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
import os

VERSION = (0, 4, 0)
VERSION = (0, 5, 0)
VERSION_STRING = ".".join(map(str, VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit b8866bc

Please sign in to comment.