We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a921e7 commit 42bde80Copy full SHA for 42bde80
CHANGELOG
@@ -1,3 +1,7 @@
1
+1.0.3
2
+* options to help to run telegram-cli as daemon
3
+1.0.2
4
+* Bug fixes
5
1.0.1
6
* Added pfs support. To use it you should add 'pfs_enabled=true' line to config.
7
* Added export_card/import_card methods
tgl.h
@@ -29,7 +29,7 @@
29
30
// JUST RANDOM STRING
31
#define TGL_BUILD "2012"
32
-#define TGL_VERSION "1.0.2"
+#define TGL_VERSION "1.0.3"
33
34
#define TGL_ENCRYPTED_LAYER 16
35
0 commit comments