diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2020-12-08 15:54:48 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2020-12-08 15:54:48 +0300 |
commit | 3d39aed74c2156029b1588b40fa1d32268743f8c (patch) | |
tree | f245f75e2394468d80cbf387d08e04840b9b9a51 | |
parent | 07e4587d4f2e0ffe1a36c41b95e0a25fc74ca789 (diff) |
1.2.1
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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 |