We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1b7d16 + 2c6e5d2 commit ccf5483Copy full SHA for ccf5483
1 file changed
internal/version/version.go
@@ -8,7 +8,7 @@ package version
8
//
9
// Convention: Update when releasing (e.g., "1.0.0", "1.1.0"); match git tags
10
// (e.g., tag "v1.0.0" should have Version = "1.0.0").
11
-const Version = "3.5.8"
+const Version = "3.6.0"
12
13
// ExportFormatVersion is the version of the backup/export data format.
14
// Only increment this when the ExportData structure changes in a breaking way.
0 commit comments