about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dd9ca07..e2057b7 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 CONSTANT = "Kcar::VERSION"
 RVF = "lib/kcar/version.rb"
-DEF_VER = "v0.4.0"
+DEF_VER = "v0.5.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),