diff --git a/src/main.cpp b/src/main.cpp
index d0c7d186e1926b42cc8b66691f5e8a2b065d731b..7aabfdd037a2c4f993e7839ceeafd217213e4ad1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -25,7 +25,7 @@
 
 using namespace std;
 
-const char *const VERSION = "0.1.0";
+const char *const VERSION = "0.1.1";
 
 void printFooter(ArgumentParser &parser);
 void printVersion();
@@ -120,4 +120,4 @@ void printFooter(ArgumentParser &parser) {
 
 void printVersion() {
 	cout << "srtmanip " << VERSION << ", Copyright (C) 2019  Ivor Uhliarik\n";
-}
\ No newline at end of file
+}