Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scaprile committed Feb 21, 2024
1 parent 93148e3 commit 52997c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mongoose.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef MONGOOSE_H
#define MONGOOSE_H

#define MG_VERSION "7.12"
#define MG_VERSION "7.13"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define MG_VERSION "7.12"
#define MG_VERSION "7.13"

0 comments on commit 52997c6

Please sign in to comment.