mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +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 = "33b379285"
|
|
public static let tag = "6.1.0-alpha"
|
|
}
|