Skip to content

Commit 31f7f1a

Browse files
committed
Bump version to 1.4 in CMakeLists.txt and conanfile.py
1 parent 5a3241f commit 31f7f1a

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.28)
22

3-
project(hash23 LANGUAGES C CXX VERSION 1.3)
3+
project(hash23 LANGUAGES C CXX VERSION 1.4)
44

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

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class hash23(ConanFile):
55
name = "hash23"
6-
version = "1.3"
6+
version = "1.4"
77

88
license = "MIT"
99
author = "Rene Windegger <rene@windegger.wtf>"

0 commit comments

Comments
 (0)