aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--config.h2
2 files changed, 5 insertions, 1 deletions
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