diff --git a/CHANGELOG.md b/CHANGELOG.md index afc0aa2c..c2502aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Main +## 0.33.1 ##### Breaking diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index c7344653..2fd28aef 100644 --- a/Source/SourceKittenFramework/Version.swift +++ b/Source/SourceKittenFramework/Version.swift @@ -1,5 +1,5 @@ public struct Version { public let value: String - public static let current = Version(value: "0.33.0") + public static let current = Version(value: "0.33.1") }