about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 22:48:14 +0000
committerEric Wong <e@80x24.org>2019-01-02 22:48:14 +0000
commiteaeb4b29e5fcc694381692ca4add1f0b2f9f26f1 (patch)
tree4171fbfe03e1ed0d89902d0d1a894f7c67eb3b16
parente40210f1276f12901ffc3090fb6dbad3e785022b (diff)
downloadmogilefs-client-eaeb4b29e5fcc694381692ca4add1f0b2f9f26f1.tar.gz
Minor cleanups, mainly to fix indentation warnings in Ruby 2.6+

7 changes since v3.11.1 (2017-03-23):

      pool: simplify empty class definition
      new_file/stream: remove unused variable
      mog: add updateclass command
      socket/pure_ruby: favor String#clear if available
      fix indentation warnings with ruby trunk
      doc: https:// URLs instead of git://
      update URLs to point to wiki
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 526e7fb..3be1141 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -2,7 +2,7 @@
 CONSTANT = "MogileFS::VERSION"
 RVF = "lib/mogilefs/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v3.11.1"
+DEF_VER = "v3.12.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),