Skip to content

Commit

Permalink
Version 0.1.20
Browse files Browse the repository at this point in the history
- Smaller Docker image size
- Bugfix: avoid responding to the wrong client (this could happen in rare cases)
- Better handling of WebSocket frames (details in #212)
- Fix regression introduced in 0.1.19, causing an empty header to be sent (#217)
  • Loading branch information
nicolasff committed Feb 22, 2022
1 parent 1b6e3a9 commit a984fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define VERSION_H

#ifndef WEBDIS_VERSION
#define WEBDIS_VERSION "0.1.20-dev"
#define WEBDIS_VERSION "0.1.20"
#endif

#endif /* VERSION_H */

0 comments on commit a984fdb

Please sign in to comment.