Peekaboo/peekaboo-cli/Sources/peekaboo/Version.swift
Peter Steinberger 2b5c03697c Release v1.0.1
Re-release due to npm registry issue with v1.0.0.
No code changes from v1.0.0.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 20:58:48 +01:00

4 lines
124 B
Swift

// This file is auto-generated by the build script. Do not edit manually.
enum Version {
static let current = "1.0.1"
}