mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
7 lines
171 B
Swift
7 lines
171 B
Swift
import Foundation
|
|
|
|
public enum AppGitInfo {
|
|
public static let branch = "master"
|
|
public static let commit = "e64c0611f"
|
|
public static let tag = "6.1.0-alpha"
|
|
}
|