Skip to content

Commit 3ba994a

Browse files
committed
Bump to 1.7.0
1 parent 0b6eaa8 commit 3ba994a

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.3")
4+
set(PROJECT_VERSION "1.7.0")
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
@@ -66,7 +66,7 @@ USAGE:
6666
ttyd [options] <command> [<arguments...>]
6767
6868
VERSION:
69-
1.6.3
69+
1.7.0
7070
7171
OPTIONS:
7272
-p, --port Port to listen (default: 7681, use `0` for random port)

0 commit comments

Comments
 (0)