Skip to content

Commit

Permalink
fix: use v1 for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Nov 20, 2023
1 parent 5e3a71e commit c4a0261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/appconsts/versioned_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

const (
LatestVersion = testground.Version
LatestVersion = v1.Version
)

// SubtreeRootThreshold works as a target upper bound for the number of subtree
Expand Down

0 comments on commit c4a0261

Please sign in to comment.