Skip to content

Commit 7edff69

Browse files
authored
Merge pull request #1667 from Permify/release
build: version info update
2 parents deaaabb + 692f394 commit 7edff69

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

β€Ždocs/api-reference/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": "v1.1.2",
6+
"version": "v1.1.3",
77
"contact": {
88
"name": "API Support",
99
"url": "https://github.com/Permify/permify/issues",

β€Ždocs/api-reference/openapiv2/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": "v1.1.2",
6+
"version": "v1.1.3",
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
@@ -23,7 +23,7 @@ var Identifier = ""
2323
*/
2424
const (
2525
// Version is the last release of the Permify (e.g. v0.1.0)
26-
Version = "v1.1.2"
26+
Version = "v1.1.3"
2727
)
2828

2929
// Function to create a single line of the ASCII art with centered content and color

β€Ž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.

β€Žplayground/public/play.wasmβ€Ž

-10.1 KB
Binary file not shown.

β€Ž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: "v1.1.2";
12+
version: "v1.1.3";
1313
contact: {
1414
name: "API Support";
1515
url: "https://github.com/Permify/permify/issues";

0 commit comments

Comments
Β (0)