Skip to content

Commit

Permalink
Merge pull request #1314 from Permify/next
Browse files Browse the repository at this point in the history
chore: update brew formula installation
  • Loading branch information
tolgaOzen committed Jun 18, 2024
2 parents 5592e51 + 2d9d834 commit 0238e2a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
project_name: permify
universal_binaries:
- replace: true
Expand All @@ -25,14 +26,14 @@ brews:
type: build
description: "Permify is an open-source authorization service & policy engine based on Google Zanzibar."
download_strategy: CurlDownloadStrategy
folder: Formula
directory: Formula
homepage: "https://github.com/Permify/permify"
license: "Apache-2.0"
custom_block: |
head "https://github.com/Permify/permify.git", :branch => "master"
install: |-
bin.install "permify"
tap:
repository:
name: homebrew-tap
owner: permify
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Permify API",
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
"version": "v0.9.2",
"version": "v0.9.3",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
Expand Down
2 changes: 1 addition & 1 deletion internal/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var Identifier = ""
*/
const (
// Version is the last release of the Permify (e.g. v0.1.0)
Version = "v0.9.2"
Version = "v0.9.3"
)

// Function to create a single line of the ASCII art with centered content and color
Expand Down
2 changes: 1 addition & 1 deletion pkg/pb/base/v1/openapi.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/base/v1/openapi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
info: {
title: "Permify API";
description: "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.";
version: "v0.9.2";
version: "v0.9.3";
contact: {
name: "API Support";
url: "https://github.com/Permify/permify/issues";
Expand Down

0 comments on commit 0238e2a

Please sign in to comment.