Skip to content

Commit c0be40d

Browse files
committed
Bump to 1.7.1
1 parent efefd56 commit c0be40d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
44
project(ttyd C)
55
set(PROJECT_VERSION_MAJOR "1")
66
set(PROJECT_VERSION_MINOR "7")
7-
set(PROJECT_VERSION_PATCH "0")
7+
set(PROJECT_VERSION_PATCH "1")
88
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
99
else()
1010
cmake_policy(SET CMP0048 NEW)
11-
project(ttyd VERSION 1.7.0 LANGUAGES C)
11+
project(ttyd VERSION 1.7.1 LANGUAGES C)
1212
endif()
1313

1414
find_package(Git)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ USAGE:
6666
ttyd [options] <command> [<arguments...>]
6767
6868
VERSION:
69-
1.7.0
69+
1.7.1
7070
7171
OPTIONS:
7272
-p, --port Port to listen (default: 7681, use `0` for random port)

0 commit comments

Comments
 (0)