Skip to content

Commit

Permalink
feat: remove restriction on rule namespace api (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Aug 7, 2023
1 parent 48f2296 commit 27f056f
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 610 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME="github.com/goto/siren"
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_TAG := "$(shell git rev-list --tags --max-count=1)"
APP_VERSION := "$(shell git describe --tags ${LAST_TAG})-next"
PROTON_COMMIT := "7c5410ab39c1300b18ba9c66287cea5569a28047"
PROTON_COMMIT := "96e1f08d485a1ff38d0939f6533726fb68f36126"

.PHONY: all build test clean dist vet proto install

Expand Down
Loading

0 comments on commit 27f056f

Please sign in to comment.