about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-18 06:37:51 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-18 06:37:51 +0000
commit100f38dadcf472ebf75eb656b53c15071e4f616e (patch)
tree9d671083dbcc6ef075868751d530915772d0b2cb
parent118db9865545c6879128e58390d15c6ba80be405 (diff)
downloadmogilefs-client-3.7.0.tar.gz
MogileFS::MogileFS#each_key now accepts optional :after and :limit args

This allows easy iteration while respecting :after and :limit,
giving each_key an interface consistent with each_file_info.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index df0464e..4bfa6d9 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
-DEF_VER = "v3.6.0"
+DEF_VER = "v3.7.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),