Skip to content

Commit

Permalink
bootstrap: correctly increment the bootstrap version (#33184)
Browse files Browse the repository at this point in the history
close #33163
  • Loading branch information
Reminiscent authored Mar 17, 2022
1 parent eb4cfce commit 4cb1b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ const (

// currentBootstrapVersion is defined as a variable, so we can modify its value for testing.
// please make sure this is the largest version
var currentBootstrapVersion int64 = version84
var currentBootstrapVersion int64 = version85

var (
bootstrapVersion = []func(Session, int64){
Expand Down

0 comments on commit 4cb1b94

Please sign in to comment.