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 a224197 commit 5219d8dCopy full SHA for 5219d8d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+### Version 0.1.1 *(2019-02-18)*
4
+
5
+* Various small fixes.
6
7
### Version 0.1.0 *(2019-02-13)*
8
9
* Initial version.
build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'application'
apply plugin: 'com.bmuschko.docker-java-application'
group 'com.balaclavalab'
-version '0.1.0'
+version '0.1.1'
10
11
description = 'BLC Redis dump restore utility'
12
mainClassName = 'com.balaclavalab.redis.DumpRestoreCli'
0 commit comments