Skip to content

Commit

Permalink
Update version to 0.11.0
Browse files Browse the repository at this point in the history
This commit updates the version constant in main.go from 0.10.0 to 0.11.0. This change reflects the latest version of the application.
  • Loading branch information
spachava753 committed Oct 7, 2024
1 parent c4cc8f4 commit e1380be
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 @@ -430,7 +430,7 @@ func printTokenUsage(usage llm.TokenUsage) {
fmt.Printf("-------------------\n")
}

const version = "0.10.0"
const version = "0.11.0"

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

0 comments on commit e1380be

Please sign in to comment.