Skip to content

Commit 020e2f3

Browse files
committed
Bump to 1.7.2
1 parent fde310b commit 020e2f3

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 "1")
7+
set(PROJECT_VERSION_PATCH "2")
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.1 LANGUAGES C)
11+
project(ttyd VERSION 1.7.2 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
@@ -72,7 +72,7 @@ USAGE:
7272
ttyd [options] <command> [<arguments...>]
7373
7474
VERSION:
75-
1.7.1
75+
1.7.2
7676
7777
OPTIONS:
7878
-p, --port Port to listen (default: 7681, use `0` for random port)

0 commit comments

Comments
 (0)