diff --git a/.VERSION b/.VERSION index 88d70b48..5c01a38b 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -1.7.23 \ No newline at end of file +1.7.24 \ No newline at end of file diff --git a/README.md b/README.md index 95995d07..2ca23c76 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Terminal](https://badgen.net/badge/icon/terminal?icon=terminal&label)](https://github.com/yorevs/homesetup) [![License](https://badgen.net/badge/license/MIT/gray)](LICENSE.md) -[![Release](https://badgen.net/badge/release/v1.7.23/gray)](docs/CHANGELOG.md#unreleased) +[![Release](https://badgen.net/badge/release/v1.7.24/gray)](docs/CHANGELOG.md#unreleased) [![Gitter](https://badgen.net/badge/icon/gitter?icon=gitter&label)](https://gitter.im/yorevs-homesetup/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Donate](https://badgen.net/badge/paypal/donate/yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J5CDEFLF6M3H4) [![Build](https://github.com/yorevs/homesetup/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/yorevs/homesetup/actions/workflows/build-and-test.yml) diff --git a/bumpver.toml b/bumpver.toml index 2910a181..be206124 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.7.23" +current_version = "1.7.24" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "++version {old_version} -> {new_version}" commit = false diff --git a/gradle.properties b/gradle.properties index ec65732f..6690973f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -app_version = '1.7.23' +app_version = '1.7.24' app_name = 'HomeSetup' bashVersion = '3.2.57'