Skip to content

Commit

Permalink
Update version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmei authored Jul 8, 2022
1 parent 971acce commit f001c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `logs` command can replay transactions from Exhibitor transaction log and ba
### Commands

```
ZooKeeper Reaper v0.4 - ZooKeeper backup/restore utility
ZooKeeper Reaper v0.5 - ZooKeeper backup/restore utility
Usage: zkr [-hV] [COMMAND]
-h, --help Show this help message and exit.
-V, --version Print version information and exit.
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/zkr/Zkr.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import kotlin.system.exitProcess
class Zkr : Runnable {

companion object {
const val VERSION = "0.4"
const val VERSION = "0.5"
private val logger: Logger = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass())

@JvmStatic
Expand Down

0 comments on commit f001c28

Please sign in to comment.