Skip to content

Commit

Permalink
Inc profile version (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Jul 31, 2023
1 parent e96abc4 commit 00f59e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"description" : "computer unit test",
"id" : "BABE1442-3C98-41FF-AFB0-D0F5829B020D"
},
"snapshotVersion" : 40
"snapshotVersion" : 41
},
"networks" : [
{
Expand Down
3 changes: 2 additions & 1 deletion Sources/Profile/Snapshot/ProfileSnapshot+Header.swift
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ extension ProfileSnapshot.Header.Version {
/// - 38: Added `updatedOn` date to `SecurityStructureConfiguration`
/// - 39: Address format changed with `Birch` update
/// - 40: Changed Persona data/field format
public static let minimum: Self = 40
/// - 41: Nickname is not optional
public static let minimum: Self = 41
}

extension ProfileSnapshot.Header {
Expand Down

0 comments on commit 00f59e8

Please sign in to comment.