Skip to content

Commit

Permalink
Bump version for 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayadamsmorgan committed Mar 27, 2024
1 parent 2b50cb0 commit 0600860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/pkl-lsp/PklServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public struct ServerFlags {
}

public actor PklServer {
public static let pklLSVersion: String = "0.0.1-alpha"
public static let pklLSVersion: String = "0.0.2"

let connection: JSONRPCClientConnection
private let logger: Logger
Expand Down

0 comments on commit 0600860

Please sign in to comment.