From 3d39aed74c2156029b1588b40fa1d32268743f8c Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Tue, 8 Dec 2020 15:54:48 +0300 Subject: 1.2.1 --- README.md | 4 ++++ config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2af752..4a85b9e 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,10 @@ promise to pay $25 in Bitcoin. Contact me if you find something. ## Changelog +#### 1.2.1 + +- Minor code fixes, nothing serious. + #### 1.2 - Added **voidnsundo** utility for spawning programs in the parent mount diff --git a/config.h b/config.h index be6d22a..b0a8c87 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOIDNSRUN_CONFIG_H #define VOIDNSRUN_CONFIG_H -#define PROG_VERSION "1.2" +#define PROG_VERSION "1.2.1" #define USER_LISTS_MAX 50 -- cgit v1.2.3