summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-30 13:27:06 -0700
committersersut <serdar@opscode.com>2014-03-30 13:27:06 -0700
commita6b9916767825b0902059e72025b7e649c61d7fd (patch)
tree0d7f338360738ea7f9c589c0ee84b1e83b7c1ae0
parentc86cf0b1c21f95d35243f76487ba7d538859fefa (diff)
downloadmixlib-shellout-a6b9916767825b0902059e72025b7e649c61d7fd.tar.gz
Bump the version number for RC release.1.4.0.rc.0
-rw-r--r--lib/mixlib/shellout/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index aef17a3..8d0f4ea 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "1.3.0"
+ VERSION = "1.4.0.rc.0"
end
end