Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lethal-guitar committed Dec 10, 2022
1 parent 197c758 commit 84ae53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

project(RigelEngine VERSION 0.9.0)
project(RigelEngine VERSION 0.9.1)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
1 change: 1 addition & 0 deletions dist/linux/rigelengine.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
</provides>

<releases>
<release version="0.9.1" date="2022-12-10"/>
<release version="0.9.0" date="2022-12-10"/>
<release version="0.8.5" date="2022-05-30"/>
<release version="0.8.4" date="2022-04-01"/>
Expand Down

0 comments on commit 84ae53f

Please sign in to comment.