From 7fb0fbd467b3522e4ac2a64aaae61940a51bb623 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 23 Jul 2020 13:34:23 +0200 Subject: [PATCH] new version --- CHANGELOG.md | 5 ++--- src/autorestic.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfb0b7..dc9b62a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ -## 0.17 +## 0.20 -- new docs -- cron command +- enable rest endpoint diff --git a/src/autorestic.ts b/src/autorestic.ts index 979d0c1..7220539 100644 --- a/src/autorestic.ts +++ b/src/autorestic.ts @@ -26,7 +26,7 @@ export const { _: commands, ...flags } = minimist(process.argv.slice(2), { string: ['l', 'b'], }) -export const VERSION = '0.19' +export const VERSION = '0.20' export const INSTALL_DIR = '/usr/local/bin' export const VERBOSE = flags.verbose