From 5b78da589eeb29d0bfcae9508300cbf5fad5523f Mon Sep 17 00:00:00 2001 From: Amos Ng Date: Tue, 16 Jun 2020 07:46:17 +0800 Subject: [PATCH] Properly describe dirty builds as dirty --- CHANGELOG.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f196f..45552a2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [2020-06-14] Migrated cache metadata over to a sqlite3 handler [@carbotaniuman]. +- [2020-06-15] Properly describe dirty builds as dirty by [@lflare]. ### Deprecated - [2020-06-14] Removed old cache subdirectory migration system by [@carbotaniuman]. diff --git a/build.gradle b/build.gradle index 8cc9ed3..c402275 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "com.mangadex" -version = "git describe --tags".execute().text.trim() +version = "git describe --tags --dirty".execute().text.trim() mainClassName = "mdnet.base.MangaDexClient" repositories {