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 b8cb6bf commit e3f3a86Copy full SHA for e3f3a86
README.md
@@ -54,6 +54,8 @@ See https://github.com/bozaro/git-lfs-java/blob/master/gitlfs-server/src/test/ja
54
55
## Changes
56
57
+Version 0.14.0 (Unreleased)
58
+
59
Version 0.13.1
60
61
* LFS locking API fixes
build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
22
allprojects {
23
group = "ru.bozaro.gitlfs"
24
- version = "0.13.1"
+ version = "0.14.0-SNAPSHOT"
25
26
apply<IdeaPlugin>()
27
apply<VersionsPlugin>()
0 commit comments