Skip to content

Commit

Permalink
Update WebSocketsVersion.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kakopappa authored Jul 28, 2024
1 parent 01387c9 commit 07c3b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WebSocketsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#ifndef WEBSOCKETSVERSION_H_
#define WEBSOCKETSVERSION_H_

#define WEBSOCKETS_VERSION "2.4.2"
#define WEBSOCKETS_VERSION "2.5.1"

#define WEBSOCKETS_VERSION_MAJOR 2
#define WEBSOCKETS_VERSION_MINOR 4
#define WEBSOCKETS_VERSION_PATCH 2
#define WEBSOCKETS_VERSION_MINOR 5
#define WEBSOCKETS_VERSION_PATCH 1

#define WEBSOCKETS_VERSION_INT 2004002

Expand Down

0 comments on commit 07c3b94

Please sign in to comment.