Skip to content

Commit

Permalink
Bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
200sc committed Mar 21, 2024
1 parent 0b508e2 commit 942c291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bebop.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package bebop

// Version is the library version. Should be used by CLI tools when passed a '--version' flag.
const Version = "v0.5.0"
const Version = "v0.6.0"

// A File is a structured representation of a .bop file.
type File struct {
Expand Down

0 comments on commit 942c291

Please sign in to comment.