diff options
-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 |