mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +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 = "4c45a9bb1"
|
|
public static let tag = "6.1.0-alpha"
|
|
}
|