Skip to content

Commit

Permalink
bootstrap: correctly increment the bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reminiscent committed Mar 17, 2022
1 parent f12ad1e commit df3085b
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 df3085b

Please sign in to comment.