mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
7 lines
176 B
Swift
7 lines
176 B
Swift
import Foundation
|
|
|
|
public enum AppGitInfo {
|
|
public static let branch = "feature/mwi"
|
|
public static let commit = "623d2e067"
|
|
public static let tag = "6.1.0-alpha"
|
|
}
|