mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-24 09:28:40 +00:00
7 lines
187 B
Swift
7 lines
187 B
Swift
import Foundation
|
|
|
|
public enum AppGitInfo {
|
|
public static let branch = "feature/chatroom_popups"
|
|
public static let commit = "3ecd79fc7"
|
|
public static let tag = "6.2.0-beta"
|
|
}
|