Skip to content

Commit

Permalink
Bump to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Aug 18, 2022
1 parent efefd56 commit c0be40d
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 "0")
set(PROJECT_VERSION_PATCH "1")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
else()
cmake_policy(SET CMP0048 NEW)
project(ttyd VERSION 1.7.0 LANGUAGES C)
project(ttyd VERSION 1.7.1 LANGUAGES C)
endif()

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

0 comments on commit c0be40d

Please sign in to comment.