Skip to content

Commit

Permalink
Release version check
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat19 committed Oct 6, 2022
1 parent 0251f50 commit c21603b
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 @@ -5,7 +5,7 @@ plugins {
}

group 'io.github.rajat19'
version System.getenv('RELEASE_VERSION') ?: release.version
version System.getenv('RELEASE_VERSION') ?: releaseVersion

repositories {
mavenCentral()
Expand Down

0 comments on commit c21603b

Please sign in to comment.