diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8a114b6..daf7e89 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,8 +1,8 @@ name: Java Gradle build and Release env: - version: 0.1.0 - description: "This is a test release" + version: 1.0.0 + description: "The is the first official release of Bill Gates" on: push: diff --git a/build.gradle b/build.gradle index d3091ce..79ae971 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ test { shadowJar { archiveBaseName.set('BillGates') archiveClassifier.set('') - archiveVersion.set('0.1.0') + archiveVersion.set('1.0.0') } jar {