Skip to content

Commit e106c30

Browse files
committedDec 23, 2021
[Update] Config.h REFUREKU_VERSION_PATCH to 2
1 parent 1f65d9d commit e106c30

File tree

1 file changed

+1
-1
lines changed
  • Refureku/Library/Include/Public/Refureku

1 file changed

+1
-1
lines changed
 

‎Refureku/Library/Include/Public/Refureku/Config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//Version
1111
#define REFUREKU_VERSION_MAJOR 2
1212
#define REFUREKU_VERSION_MINOR 0
13-
#define REFUREKU_VERSION_PATCH 1
13+
#define REFUREKU_VERSION_PATCH 2
1414
#define REFUREKU_VERSION (REFUREKU_VERSION_MAJOR * 10000 + REFUREKU_VERSION_MINOR * 100 + REFUREKU_VERSION_PATCH)
1515

1616
//Features

0 commit comments

Comments
 (0)
Please sign in to comment.