👀 Add Package.swift

This commit is contained in:
Ben Chatelain 2024-03-09 11:22:34 -07:00
parent a8868300f5
commit 80c85f5200
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -38,4 +38,3 @@ gha/
default.profraw
releases/
xcuserdata
Sources/MasKit/Package.swift

View file

@ -0,0 +1,4 @@
// Generated by: script/version
enum Package {
static let version = "1.8.6"
}