From a1097300df5672a739a9a92f002f9d83fe593470 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 13 Dec 2020 23:10:19 +0800 Subject: [PATCH] Bump to 1.6.2 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b9e914..fca43f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) project(ttyd C) -set(PROJECT_VERSION "1.6.1") +set(PROJECT_VERSION "1.6.2") find_package(Git) if(GIT_FOUND) diff --git a/README.md b/README.md index b74e30f..177ab37 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ USAGE: ttyd [options] [] VERSION: - 1.6.1 + 1.6.2 OPTIONS: -p, --port Port to listen (default: 7681, use `0` for random port) -- 2.43.4