Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Dec 31, 2022
1 parent 2574034 commit d3cb33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clipboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ bool stdin_is_tty = true;
bool stdout_is_tty = true;
bool stderr_is_tty = true;

constexpr std::string_view clipboard_version = "0.1.4";
constexpr std::string_view clipboard_version = "0.2.0";
constexpr std::string_view pipe_file = "clipboard.txt";
constexpr std::string_view default_clipboard_name = "0";

Expand Down

0 comments on commit d3cb33a

Please sign in to comment.