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 805fb31 commit 43aff93Copy full SHA for 43aff93
README.adoc
@@ -42,7 +42,7 @@ See link:gitlfs-server/src/test/kotlin/ru/bozaro/gitlfs/server/ServerTest.kt[] f
42
43
== Changelog
44
45
-== Unreleased
+== 0.19.0
46
47
* Downgrade SLF4J to 1.7.x
48
build.gradle.kts
@@ -25,7 +25,7 @@ val javaVersion = JavaVersion.VERSION_11
25
26
allprojects {
27
group = "ru.bozaro.gitlfs"
28
- version = "0.19.0-SNAPSHOT"
+ version = "0.19.0"
29
30
apply(plugin = "idea")
31
apply(plugin = "com.github.ben-manes.versions")
0 commit comments