Skip to content

Commit bf786fb

Browse files
committed
Increment version
modified: README.md modified: src/mods/config.h
1 parent e6d33b0 commit bf786fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/Version-3.0.0-green.svg)
1+
![Version](https://img.shields.io/badge/Version-3.0.1-green.svg)
22
[![Twitter](https://img.shields.io/twitter/follow/bartobri78?label=Follow%20@bartobri78)](https://twitter.com/intent/follow?screen_name=bartobri78)
33

44
Bitcoin Toolkit

src/mods/config.h

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

1111
#define BTK_VERSION_MAJOR 3
1212
#define BTK_VERSION_MINOR 0
13-
#define BTK_VERSION_PATCH 0
13+
#define BTK_VERSION_PATCH 1
1414

1515
int config_is_valid(char *);
1616
int config_get_path(char *, int);

0 commit comments

Comments
 (0)