Skip to content

Commit

Permalink
bump bsp geth patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Aug 8, 2024
1 parent 6976022 commit e290ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
const (
BspVersionMajor = 1 // Major version component of the current release
BspVersionMinor = 8 // Minor version component of the current release
BspVersionPatch = 1 // Patch version component of the current release
BspVersionPatch = 2 // Patch version component of the current release
)

// Version holds the textual version string.
Expand Down

0 comments on commit e290ac7

Please sign in to comment.