Skip to content

Commit

Permalink
Merge pull request #37 from werf/chore_self_update_major_group
Browse files Browse the repository at this point in the history
chore: set MAJOR number (0) as a self-update group instead of MAJOR.MINOR (0.1)
  • Loading branch information
alexey-igrychev authored Aug 30, 2021
2 parents 9398854 + 0154be1 commit dcd3bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/trdl/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
SelfUpdateDefaultUrl = "https://tuf.trdl.dev"
SelfUpdateDefaultRootVersion = 1
SelfUpdateDefaultRootSha512 = "14e4127ef0fa3e34a6524eb6b540ff478766c5e5254b3687bbe8e727da2e748377f02f5c68d41c876990c7b6884656b55dd9992a555a35a76a6e2cdd23564501"
SelfUpdateDefaultGroup = "0.1"
SelfUpdateDefaultGroup = "0"
)

var Channels = []string{
Expand Down

0 comments on commit dcd3bf7

Please sign in to comment.