Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh-lab committed Mar 24, 2023
1 parent e814ce6 commit ed6873f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 3.4.1)

# USB Relay Module
project(usbrelaymodule VERSION 1.1.0)
project(usbrelaymodule VERSION 2.0.0)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
4 changes: 2 additions & 2 deletions app-cli/src/TextUserInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ namespace appcli {

// clang-format off

const char* TextUserInterface::kVersion =
const char* TextUserInterface::kVersion =
"v%d.%d.%d\n"
"Copyright (C) 2022 https://github.com/nkh-lab\n"
"Copyright (C) 2023 https://github.com/nkh-lab\n"
"This is free software under GPL-3.0 license.\n";

const char* TextUserInterface::kGetRelayHelp =
Expand Down

0 comments on commit ed6873f

Please sign in to comment.