mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-29 04:55:15 +00:00
6 lines
119 B
C++
6 lines
119 B
C++
namespace oxenc {
|
|
constexpr int VERSION_MAJOR = 1;
|
|
constexpr int VERSION_MINOR = 0;
|
|
constexpr int VERSION_PATCH = 6;
|
|
}
|