Skip to content

Commit 6a7e7f1

Browse files
authored
Merge pull request #1012 from Permify/update/version-change
build: version info update
2 parents 1f869bb + 3d52d43 commit 6a7e7f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/apidocs.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Permify API",
55
"description": "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.",
6-
"version": "v0.7.0",
6+
"version": "v0.7.1",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",

internal/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var Identifier = ""
1616
*/
1717
const (
1818
// Version is the last release of the Permify (e.g. v0.1.0)
19-
Version = "v0.7.0"
19+
Version = "v0.7.1"
2020

2121
// Banner is the view for terminal.
2222
Banner = `

pkg/pb/base/v1/openapi.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/base/v1/openapi.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
99
info: {
1010
title: "Permify API";
1111
description: "Permify is an open source authorization service for creating fine-grained and scalable authorization systems.";
12-
version: "v0.7.0";
12+
version: "v0.7.1";
1313
contact: {
1414
name: "API Support";
1515
url: "https://github.com/Permify/permify/issues";

0 commit comments

Comments
 (0)