Skip to content

Commit

Permalink
fix(sync): update latest supporting version (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Jun 11, 2024
1 parent 857d444 commit 5f97c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func DefaultConfig() *Config {
LatestSupportingVer: version.Version{
Major: 1,
Minor: 1,
Patch: 0,
Patch: 8,
},
}
}
Expand Down

0 comments on commit 5f97c1c

Please sign in to comment.