Skip to content

Commit

Permalink
bump bsp patch version; dependabot docker config
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Jun 11, 2024
1 parent 98218be commit 1104d6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ updates:
target-branch: "develop"
reviewers:
- "noslav"
- "sudeepdino008"

- "rogarica"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "noslav"
- "rogarcia"
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 = 0 // Patch version component of the current release
BspVersionPatch = 1 // Patch version component of the current release
)

// Version holds the textual version string.
Expand Down

0 comments on commit 1104d6c

Please sign in to comment.