Skip to content

Commit

Permalink
Merge pull request #1790 from Permify/new-version
Browse files Browse the repository at this point in the history
build: version info update
  • Loading branch information
tolgaOzen authored Nov 13, 2024
2 parents 1b071c9 + 453eaf5 commit d53380c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
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": "v1.2.1",
"version": "v1.2.2",
"contact": {
"name": "API Support",
"url": "https://github.com/Permify/permify/issues",
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/openapiv2/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": "v1.2.1",
"version": "v1.2.2",
"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 = "v1.2.1"
Version = "v1.2.2"
)

// 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: "v1.2.1";
version: "v1.2.2";
contact: {
name: "API Support";
url: "https://github.com/Permify/permify/issues";
Expand Down
5 changes: 3 additions & 2 deletions sdk/go/grpc/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module main

go 1.22.6
toolchain go1.22.9
go 1.22.7

toolchain go1.23.0

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

0 comments on commit d53380c

Please sign in to comment.