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