From c75565595bc44d0fed782f4ff5d399a8b379a0e2 Mon Sep 17 00:00:00 2001 From: Akash Kollipara Date: Wed, 14 Sep 2022 22:48:25 +0530 Subject: [PATCH] Updated release info --- README.md | 2 +- src/engine/banner.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))