mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-11 14:43:39 +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;
|
||
|
}
|