We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6429cd commit 645bb24Copy full SHA for 645bb24
Sources/BeakCore/Beak.swift
@@ -18,7 +18,7 @@ public struct BeakOptions {
18
19
public class Beak {
20
21
- public let version: String = "0.2.0"
+ public let version: String = "0.3.0"
22
public let options: BeakOptions
23
24
public init(options: BeakOptions) {
0 commit comments