Skip to content

Commit 4ecb480

Browse files
committed
chore: bump version
1 parent 94de7b5 commit 4ecb480

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,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.20)
22
project(
33
engine # Smart Piano Engine
4-
VERSION 1.2.0
4+
VERSION 2.0.0
55
LANGUAGES CXX)
66

77
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

engine.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}:
1414
stdenv.mkDerivation {
1515
pname = "engine";
16-
version = "1.2.0";
16+
version = "2.0.0";
1717
src = lib.cleanSource ./.;
1818
nativeBuildInputs = [
1919
cmake # Modern build tool

0 commit comments

Comments
 (0)