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 cace093 commit 0dd4180Copy full SHA for 0dd4180
README.md
@@ -54,7 +54,7 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
54
55
## Changes
56
57
-Version 0.12.0 (unreleased)
+Version 0.12.0
58
59
* Update dependencies
60
* Drop dependency on Guava
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
apply plugin: "signing"
31
32
group = "ru.bozaro.gitlfs"
33
- version = "0.12.0-SNAPSHOT"
+ version = "0.12.0"
34
35
sourceCompatibility = javaVersion
36
0 commit comments