Skip to content

Commit 212a6fb

Browse files
Reset project and protocol version to v0.0.1
1 parent 50f6ed0 commit 212a6fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

clients/portable/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strings"
1515
)
1616

17-
const ProtocolVersion = "1.0.0"
17+
const ProtocolVersion = "0.0.1"
1818

1919
type Request struct {
2020
ID string `json:"id"`

core/include/wininspect/types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct SessionID {
2222
bool empty() const { return val.empty(); }
2323
};
2424

25-
inline constexpr std::string_view PROTOCOL_VERSION = "1.0.0";
25+
inline constexpr std::string_view PROTOCOL_VERSION = "0.0.1";
2626

2727
struct Rect {
2828
long left{}, top{}, right{}, bottom{};

0 commit comments

Comments
 (0)