Skip to content

Commit

Permalink
bump bsp-agent patch version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Jun 11, 2024
1 parent dcdc9d6 commit 3a51b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// BspAgentVersionMinor is Minor version component of the current release
BspAgentVersionMinor = 7
// BspAgentVersionPatch is Patch version component of the current release
BspAgentVersionPatch = 0
BspAgentVersionPatch = 1
)

// BspAgentVersion holds the textual version string.
Expand Down

0 comments on commit 3a51b04

Please sign in to comment.