We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260e9a9 commit 8ef322fCopy full SHA for 8ef322f
README.md
@@ -56,6 +56,8 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
56
57
Version 0.13.0 (Unreleased)
58
59
+Version 0.12.1
60
+
61
* Fix compatibility with Gitea LFS
62
63
Version 0.12.0
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "signing"
31
32
group = "ru.bozaro.gitlfs"
33
- version = "0.13.0-SNAPSHOT"
+ version = "0.12.1"
34
35
sourceCompatibility = javaVersion
36
0 commit comments