fix: change version and go.mod file
All checks were successful
Publish / Publish Job (push) Successful in 2m27s

This commit is contained in:
Дмитрий
2026-04-01 11:08:41 +03:00
parent ff14fded40
commit 156a747f59
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module git.lendry.ru/lendry-erp/proto
module git.lendry.ru/lendry-erp/contracts.git
go 1.26.1

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.0.17",
"version": "1.0.18",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",