Skip to content

Commit ca89d6d

Browse files
committed
version bump!
1 parent 2179724 commit ca89d6d

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 = 12;
6+
constexpr auto NEDIT_VERSION_REV = 13;
77
constexpr auto NEDIT_VERSION = (NEDIT_VERSION_MAJ * 1000 + NEDIT_VERSION_REV);
88

99
#endif

0 commit comments

Comments
 (0)