mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-17 20:08:31 +00:00
7 lines
199 B
Swift
7 lines
199 B
Swift
import Foundation
|
|
|
|
public enum AppGitInfo {
|
|
public static let branch = "feature/medias_and_documents_lists"
|
|
public static let commit = "ab47b1ab5"
|
|
public static let tag = "6.1.0-alpha"
|
|
}
|