Skip to content

Commit

Permalink
fixup! Config: Version Management
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Oct 12, 2024
1 parent 8cf5f2d commit 727d140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ versions handles config upgrades and downgrades
- Versions must upgrade to the next version. Do not retrospectively change versions to match new type changes. Create a new version
- Versions must be registered in import.go
- Versions must implement ExchangeVersion or ConfigVersion, and may implement both
*/
package versions

Expand Down

0 comments on commit 727d140

Please sign in to comment.