Skip to content

Commit

Permalink
Bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jun 26, 2020
1 parent 4aeb4e1 commit 079aa68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)

project(ttyd C)
set(PROJECT_VERSION "1.6.0")
set(PROJECT_VERSION "1.6.1")

find_package(Git)
if(GIT_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.6.0
1.6.1
OPTIONS:
-p, --port Port to listen (default: 7681, use `0` for random port)
Expand Down

0 comments on commit 079aa68

Please sign in to comment.