Skip to content

Commit

Permalink
temporary commit to test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdyrod committed Dec 11, 2024
1 parent b526b6b commit 82f64d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
inputs:
release_version:
description: 'Please, enter the release version'
required: true
required: false
type: string

jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 82f64d4

Please sign in to comment.