Skip to content

Commit

Permalink
chore(cli): update version to v0.9.3
Browse files Browse the repository at this point in the history
Update the version in the Makefile and package.json files to v0.9.3.
  • Loading branch information
AleksandarFaraj committed Aug 1, 2023
1 parent 1ced3ff commit 86d3ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

BINARY_NAME=tzap
PREVIOUS_VERSION=v0.9.1
VERSION=v0.9.2
PREVIOUS_VERSION=v0.9.2
VERSION=v0.9.3
#VERSION=$(shell git describe --tags --always)
BUILD_FLAGS=-ldflags="-X main.Version=$(VERSION) -s -w" -trimpath

Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tzap",
"version": "0.9.2",
"version": "0.9.3",
"description": "Tzap Dev Tools: Code generation style transfer with GPT.",
"bin": { "tzap": "./run.js" },
"scripts": {
Expand Down

0 comments on commit 86d3ddc

Please sign in to comment.