diff --git a/build.gradle b/build.gradle index 2caf1154d..dcc874395 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ subprojects { // Minor Release: 0.X.0: Additional Features, updates from minor releases in Spring // Micro Release: 0.0.X: Bugfixes, non-breaking changes, updates from micro releases in Spring // DO NOT FORGET TO DOCUMENT CHANGES IN HISTORY.MD - version = '0.79.3-SNAPSHOT' + version = '0.79.3' repositories { mavenCentral()