Skip to content

Commit

Permalink
update bsp-geth to 1.4.2 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeepdino008 authored Apr 11, 2023
1 parent dfcfe9d commit 51e8e84
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 = 4 // 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 51e8e84

Please sign in to comment.