Skip to content

Commit 025155e

Browse files
committed
Fix wrong version
1 parent 5bfe098 commit 025155e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./docs
28-
commit_message: "Update Docs (${GITHUB_SHA:0:7})"
28+
commit_message: "Update Docs"
2929
generateJars:
3030
needs: [generateJavadoc]
3131
if: success()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

10-
def ver = new Version(major: 6, minor: 5, patch: 1)
10+
def ver = new Version(major: 6, minor: 6, patch: 0)
1111

1212
allprojects {
1313
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)