Skip to content

Commit

Permalink
feat: update SERVER_VERSION to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Komoszek committed Nov 9, 2023
1 parent 956cdce commit 942677e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/admin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"options": {
"cwd": "libs/admin",
"commands": [
"SERVER_VERSION=2.0.0-alpha.4 node ../../tools/scripts/generate.mjs project --project=LeanCode.Contracts.Admin.csproj -o LeanCode.Contracts.pb"
"SERVER_VERSION=2.0.0 node ../../tools/scripts/generate.mjs project --project=LeanCode.Contracts.Admin.csproj -o LeanCode.Contracts.pb"
],
"parallel": false
}
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/src/getSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { exec } from "node:child_process";
import { readFile } from "node:fs/promises";
import { join, resolve } from "node:path";

export const serverContractsGeneratorVersion = "2.0.0-alpha.4";
export const serverContractsGeneratorVersion = "2.0.0";

export async function getSchema(input: GeneratorInput) {
if (input.raw) {
Expand Down

0 comments on commit 942677e

Please sign in to comment.