Skip to content

Commit

Permalink
Merge pull request #181 from covalenthq/develop
Browse files Browse the repository at this point in the history
update bsp to 1.4.2 (#172)
  • Loading branch information
sudeepdino008 authored Apr 11, 2023
2 parents 0435ec6 + f72a1a9 commit 8b5909a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const (
// BspAgentVersionMajor is Major version component of the current release
BspAgentVersionMajor = 1
// BspAgentVersionMinor is Minor version component of the current release
BspAgentVersionMinor = 3
BspAgentVersionMinor = 4
// BspAgentVersionPatch is Patch version component of the current release
BspAgentVersionPatch = 1
BspAgentVersionPatch = 2
)

// BspAgentVersion holds the textual version string.
Expand Down

0 comments on commit 8b5909a

Please sign in to comment.