Skip to content

Commit

Permalink
Release 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed May 5, 2024
1 parent 096a96b commit fd4df99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Main
## 0.35.0

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
version = "0.34.1",
version = "0.35.0",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion 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")
}

0 comments on commit fd4df99

Please sign in to comment.