Skip to content

Commit ccf5483

Browse files
authored
Merge pull request #12 from markrai/chore/version-bump
minor version bump to 3.6.0 - after merging editable workflows feature
2 parents a1b7d16 + 2c6e5d2 commit ccf5483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package version
88
//
99
// Convention: Update when releasing (e.g., "1.0.0", "1.1.0"); match git tags
1010
// (e.g., tag "v1.0.0" should have Version = "1.0.0").
11-
const Version = "3.5.8"
11+
const Version = "3.6.0"
1212

1313
// ExportFormatVersion is the version of the backup/export data format.
1414
// Only increment this when the ExportData structure changes in a breaking way.

0 commit comments

Comments
 (0)