-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update version to 7.7.0 [skip ci]
- Loading branch information
1 parent
99d6a9d
commit 0ec10f8
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// This is generated file. Don't modify it manually. | ||
public extension Version { static let current: Version = .init(major: 7, minor: 6, patch: 2, prereleaseIdentifier: nil) } | ||
public extension Version { static let current: Version = .init(major: 7, minor: 7, patch: 0, prereleaseIdentifier: nil) } |