diff options
| author | levlam <levlam@telegram.org> | 2021-12-29 17:38:20 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-12-29 17:38:20 +0300 |
| commit | b3ab664a18f8611f4dfcd3054717504271eeaa7a (patch) | |
| tree | 47e5a8a843bef88f836be08199d97f3e2322a8ae /build.html | |
| parent | 2ac77da2ecd480e610d7184691df4cea1fbdb365 (diff) | |
Update version to 1.8.0.
Diffstat (limited to 'build.html')
| -rw-r--r-- | build.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.html b/build.html index 68922727b..5655eb0ce 100644 --- a/build.html +++ b/build.html @@ -909,7 +909,7 @@ function onOptionsChanged() { commands.push('git clone https://github.com/tdlib/td.git'); commands.push('cd td'); - // commands.push('git checkout v1.7.0'); + commands.push('git checkout v1.8.0'); if (use_vcpkg) { commands.push('git clone https://github.com/Microsoft/vcpkg.git'); |
