Skip to content

Commit

Permalink
Update version to 0.11.1
Browse files Browse the repository at this point in the history
This change bumps the version constant from 0.11.0 to 0.11.1
  • Loading branch information
spachava753 committed Oct 8, 2024
1 parent fc0fe62 commit 69782e1
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.11.0"
const version = "0.11.1"

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

0 comments on commit 69782e1

Please sign in to comment.