Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 17, 2021
1 parent ccb9d37 commit de87c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build on Raspberry Pi](https://github.com/endail/hx711/actions/workflows/buildcheck.yml/badge.svg)](https://github.com/endail/hx711/actions/workflows/buildcheck.yml) [![cppcheck](https://github.com/endail/hx711/actions/workflows/cppcheck.yml/badge.svg)](https://github.com/endail/hx711/actions/workflows/cppcheck.yml)

- v2.3.0
- v2.4.0
- Use with Raspberry Pi
- Requires [lgpio](http://abyz.me.uk/lg/index.html)
- Code tested inside [virtual Raspberry Pi Zero/3/4 environments](.github/workflows/buildcheck.yml) on GitHub
Expand Down
2 changes: 1 addition & 1 deletion include/Utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum class GpioLevel : bool {

class Utility {
protected:
static constexpr const char* const _VERSION = "2.3.0";
static constexpr const char* const _VERSION = "2.4.0";
static void _throwGpioExIfErr(const int code);
Utility();

Expand Down

0 comments on commit de87c5b

Please sign in to comment.