diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 1caadf4f6..ef872fcfe 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -12,7 +12,7 @@ on: inputs: release_version: description: 'Please, enter the release version' - required: true + required: false type: string jobs: diff --git a/build.gradle.kts b/build.gradle.kts index 9b1ac6c91..51a2aae11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask -version = "0.4.1-SNAPSHOT" +version = "0.4.1-COMPOSE-1-7-1-SNAPSHOT" group = "org.hisp.dhis.mobile" plugins {