about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-04-02 02:04:32 +0000
committerEric Wong <e@80x24.org>2017-04-02 02:05:50 +0000
commitde313da55531438b73c8cb54663ce0f8ab880465 (patch)
treeec5402ae86fedbf3111097d8fc8b7c422fe8d42f /GIT-VERSION-GEN
parenteda1ebc0a21c6aae854fb231f4bca953fad32c2b (diff)
downloadrainbows-de313da55531438b73c8cb54663ce0f8ab880465.tar.gz
This release fixes an incompatibility introduced with
the release of unicorn 5.3.0, yesterday :x.

Thanks to Claudio Poli for reporting the bug (and reminding
me this project exists).

Two changes since 5.1.0 (2017-01-12):
      workaround for unicorn 5.3.0
      tests: update isolate deps for unicorn and raindrops
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ec9d792..4053d57 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-DEF_VER = "v5.1.0"
+DEF_VER = "v5.1.1"
 CONSTANT = "Rainbows::Const::RAINBOWS_VERSION"
 RVF = "lib/rainbows/version.rb"
 GVF = "GIT-VERSION-FILE"