Skip to content

Commit

Permalink
Fixed VINComponent ModelYear rawValues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaren Hamblin committed Aug 9, 2018
1 parent 53ed436 commit 933907f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions Source/Structures/VINComponent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,28 +148,25 @@ public struct VINComponent {
case unknown = ""

///
case year2025 = "P"
case year2024 = "P"

///
case year2024 = "O"
case year2023 = "O"

///
case year2023 = "N"
case year2022 = "N"

///
case year2022 = "M"
case year2021 = "M"

///
case year2021 = "L"
case year2020 = "L"

///
case year2020 = "K"
case year2019 = "K"

///
case year2019 = "J"

///
case year2018 = "I"
case year2018 = "J"

///
case year2017 = "H"
Expand Down

0 comments on commit 933907f

Please sign in to comment.