diff --git a/README.md b/README.md index 3349c8a6..b948497d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ -> **Version (arch:2 | major:4 | minor:2): 1.3.0** +> **Version (arch:2 | major:4 | minor:2): 1.3.1** [![GitHub CI](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml/badge.svg)](https://github.com/VisorFolks/cyancore/actions/workflows/github_ci.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=VisorFolks_cyancore&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=VisorFolks_cyancore) diff --git a/src/engine/banner.mk b/src/engine/banner.mk index f4df49e2..c6b17aed 100644 --- a/src/engine/banner.mk +++ b/src/engine/banner.mk @@ -10,7 +10,7 @@ .PHONY: version NAME = Lithium -VERSION = 0x01000300 +VERSION = 0x01000301 $(eval $(call add_define,VERSION))