Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakshin committed Jan 31, 2024
1 parent d06f3ac commit 438d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:4.2.0'
}

def appVersion = 'dev' // Must be either "dev" or major.minor.patch
def appVersion = '1.1.2' // Must be either "dev" or major.minor.patch

// Use Java 17 for all compilation, test and javadoc tasks,
// even if version 18+ is installed and the default
Expand Down

0 comments on commit 438d99d

Please sign in to comment.