Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerkeeler committed Feb 2, 2025
1 parent 9f39a2d commit 7f5bb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package parser
const MAX_SCAN_OFFSET = 50
const DATA_OFFSET = 6
const ROOT_NODE_TOKEN = "BG"
const VERSION = "v0.2.3"
const VERSION = "v0.2.4"

var FOOTER = []uint8{0, 1, 0, 0, 0, 0, 0, 0}

Expand Down

0 comments on commit 7f5bb91

Please sign in to comment.