Skip to content

Commit 3b174da

Browse files
committed
Bump to 1.6.3
1 parent e2e1071 commit 3b174da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8)
22

33
project(ttyd C)
4-
set(PROJECT_VERSION "1.6.2")
4+
set(PROJECT_VERSION "1.6.3")
55

66
find_package(Git)
77
if(GIT_FOUND)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ USAGE:
6464
ttyd [options] <command> [<arguments...>]
6565
6666
VERSION:
67-
1.6.2
67+
1.6.3
6868
6969
OPTIONS:
7070
-p, --port Port to listen (default: 7681, use `0` for random port)

0 commit comments

Comments
 (0)