Skip to content

Commit c266a91

Browse files
committed
bump patch version
1 parent a1bd910 commit c266a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mle.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ extern editor_t _editor;
622622
#endif
623623
#define MLE_XSTR(s) MLE_STR(s)
624624
#define MLE_STR(s) #s
625-
#define MLE_VERSION ("1.7.3-dev" MLE_XSTR(MLE_VERSION_APPEND))
625+
#define MLE_VERSION ("1.7.4-dev" MLE_XSTR(MLE_VERSION_APPEND))
626626

627627
#define MLE_OK 0
628628
#define MLE_ERR 1

0 commit comments

Comments
 (0)