diff --git a/CHANGELOG.md b/CHANGELOG.md index e76c4c1c..a68dfb07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Main +## 0.35.0 ##### Breaking diff --git a/MODULE.bazel b/MODULE.bazel index 50f32416..cf839dc6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "sourcekitten", - version = "0.34.1", + version = "0.35.0", compatibility_level = 1, ) diff --git a/Source/SourceKittenFramework/Version.swift b/Source/SourceKittenFramework/Version.swift index 515010bf..0d82ab8d 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.34.1") + public static let current = Version(value: "0.35.0") }