Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit da3c2a7

Browse files
authored
Update version.
1 parent 0d6fba7 commit da3c2a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Source/FWorldGenerator/Public

Source/FWorldGenerator/Public/FWGen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UStaticMeshComponent;
2525

2626
#define VERSION_SIZE 20
2727
// Max size: 20 chars.
28-
#define FWGEN_VERSION "FWG 1.0.0"
28+
#define FWGEN_VERSION "FWG 1.0.1"
2929

3030
// --------------------------------------------------------------------------------------------------------
3131
// --------------------------------------------------------------------------------------------------------
@@ -503,4 +503,4 @@ class FWGenChunkMap
503503
AFWGen* pGen;
504504

505505
std::mutex mtxLoadChunks;
506-
};
506+
};

0 commit comments

Comments
 (0)