mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-20 01:38:28 +00:00
7 lines
175 B
Swift
7 lines
175 B
Swift
import Foundation
|
|
|
|
public enum AppGitInfo {
|
|
public static let branch = "release/6.2"
|
|
public static let commit = "b764c068e"
|
|
public static let tag = "6.2.0-beta"
|
|
}
|