Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
build new version, update version number in built binary.
  • Loading branch information
HelgeSverre committed Jan 5, 2024
1 parent 783a95c commit e29d26e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified builds/sdkgenerator
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"scripts": {
"build": "php ./codegen app:build sdkgenerator --build-version=1.1",
"build": "php ./codegen app:build sdkgenerator --build-version=1.2.0",
"clean": "rm -rf ./tests/Output/*",
"generate:fiken": "./codegen generate:sdk --force --namespace=Crescat\\\\Fiken --type=openapi --name=Fiken tests/Samples/fiken.yml --output tests/Output/Fiken",
"generate:gocardless": "./codegen generate:sdk --force --namespace=Crescat\\\\GoCardless --type=openapi --name=GoCardless tests/Samples/gocardless.json --output tests/Output/GoCardless",
Expand Down

0 comments on commit e29d26e

Please sign in to comment.