Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit dddb666

Browse files
committed
Release aleth 1.5.0.dev1
Bump version: 1.5.0.dev0 → 1.5.0.dev1
1 parent 0787a08 commit dddb666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0.dev0
2+
current_version = 1.5.0.dev1
33
tag = True
44
commit = True
55
message = Release aleth {new_version}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ HunterGate(
4747
)
4848

4949
project(aleth)
50-
set(PROJECT_VERSION 1.5.0.dev0)
50+
set(PROJECT_VERSION 1.5.0.dev1)
5151

5252
if (NOT EXISTS ${CMAKE_SOURCE_DIR}/evmjit/.git)
5353
message(FATAL_ERROR "Git submodules not initialized, execute:\n git submodule update --init")

0 commit comments

Comments
 (0)