Skip to content

Commit

Permalink
Bump to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Oct 18, 2022
1 parent fde310b commit 020e2f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -4,11 +4,11 @@ if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
project(ttyd C)
set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "7")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
else()
cmake_policy(SET CMP0048 NEW)
project(ttyd VERSION 1.7.1 LANGUAGES C)
project(ttyd VERSION 1.7.2 LANGUAGES C)
endif()

find_package(Git)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.7.1
1.7.2
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)
Expand Down

0 comments on commit 020e2f3

Please sign in to comment.