about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--tdb.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8f60809..63c7cf1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.6.2
+DEF_VER=v0.6.3
 
 LF='
 '
diff --git a/tdb.gemspec b/tdb.gemspec
index 77da3c0..a898d04 100644
--- a/tdb.gemspec
+++ b/tdb.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{tdb}
-  s.version = (ENV['VERSION'] || '0.6.2').dup
+  s.version = (ENV['VERSION'] || '0.6.3').dup
   s.homepage = 'https://yhbt.net/ruby-tdb/'
   s.authors = ["Ruby tdb hackers"]
   s.description = File.read('README').split("\n\n")[1]