Prepare for tagging the first release

Change-Id: I29ecbfba80177f771daf7e45c12f654da141dfe9
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6446141..586941d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@
     cmake/DiscoverNetconfExecutables.cmake
     )
 include(cmake/ProjectGitVersion.cmake)
-prepare_git_version(NETCONF_CLI_VERSION "0.0")
+prepare_git_version(NETCONF_CLI_VERSION "1")
 
 # Boost.Process needs linking with threads, but doesn't have special CMake target which would do that for us. So, we
 # need to link manually. This will hopefully change in the future.