Skip to content

Commit

Permalink
Update application version to 0.11.2
Browse files Browse the repository at this point in the history
This commit updates the version constant from 0.11.1 to 0.11.2 in the main.go file
  • Loading branch information
spachava753 committed Oct 9, 2024
1 parent a21d8f1 commit bb5a240
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 @@ -146,7 +146,7 @@ func printTokenUsage(usage llm.TokenUsage) {
fmt.Printf("-------------------\n")
}

const version = "0.11.1"
const version = "0.11.2"

func main() {
flags := ParseFlags()
Expand Down

0 comments on commit bb5a240

Please sign in to comment.