Skip to content

Commit 8d5809d

Browse files
committed
Update version number to 0.6
1 parent 9efd186 commit 8d5809d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
22

3-
project(guc VERSION 0.5)
3+
project(guc VERSION 0.6)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cmake --build . -j8 --config Release
4343
### Usage
4444

4545
```
46-
guc 0.5 - glTF to USD converter
46+
guc 0.6 - glTF to USD converter
4747
4848
Usage: guc [options] [--] <gltf_path> <usd_path>
4949

0 commit comments

Comments
 (0)