Skip to content

Commit 690445f

Browse files
committed
version bump!
1 parent 12fd254 commit 690445f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/include/Util/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define VERSION_H_
44

55
constexpr auto NEDIT_VERSION_MAJ = 2018;
6-
constexpr auto NEDIT_VERSION_REV = 10;
6+
constexpr auto NEDIT_VERSION_REV = 11;
77
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);
88

99
#endif

0 commit comments

Comments
 (0)