We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f60f90 commit 0042311Copy full SHA for 0042311
internal/config/migrate.go
@@ -15,7 +15,8 @@
15
package config
16
17
const ConfigVersion2 = 2
18
-const MaxConfigVersion = ConfigVersion2
+
19
+// const MaxConfigVersion = ConfigVersion2
20
21
// MigrateVersions migrates the profile to the latest version.
22
// This function can be expanded to support future migrations.
0 commit comments