v1.0.0-beta.23

This commit is contained in:
Peter Steinberger 2025-06-08 11:24:44 +01:00
parent 07cf11be4e
commit 84df333f2b

View file

@ -1,4 +1,4 @@
// This file is auto-generated by the build script. Do not edit manually.
enum Version: Sendable {
static let current = "1.0.0-beta.22"
static let current = "1.0.0-beta.23"
}