mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
be21dc3b4b
Previous way wasn't working and this way we edit one less file when pushing new versions.
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cat Source/SwiftLintFramework/Models/Version.swift | awk -F '"' '{print $2}' | xargs
|