Skip to content

Commit d53380c

Browse files
authored
Merge pull request #1790 from Permify/new-version
build: version info update
2 parents 1b071c9 + 453eaf5 commit d53380c

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
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.2.1",
6+
"version": "v1.2.2",
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.2.1",
6+
"version": "v1.2.2",
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.2.1"
26+
Version = "v1.2.2"
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.

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

sdk/go/grpc/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module main
22

3-
go 1.22.6
4-
toolchain go1.22.9
3+
go 1.22.7
4+
5+
toolchain go1.23.0
56

67
require (
78
buf.build/gen/go/permifyco/permify/protocolbuffers/go v1.35.1-20241104072135-1eeab2d91c14.1

0 commit comments

Comments
 (0)