Skip to content

Commit

Permalink
Update version to 0.12.0
Browse files Browse the repository at this point in the history
Increment the version number from 0.11.8 to 0.12.0 for the project
  • Loading branch information
spachava753 committed Oct 22, 2024
1 parent 295b70a commit d3b7f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func printTokenUsage(usage llm.TokenUsage) {
llm.PrintTokenUsage(usage)
}

const version = "0.11.8"
const version = "0.12.0"

func main() {
startTime := time.Now()
Expand Down

0 comments on commit d3b7f20

Please sign in to comment.