summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-08 12:13:16 -0700
committersersut <serdar@opscode.com>2014-04-08 12:13:16 -0700
commitce267095a24e255c9a670a55adb3e60903e05c9c (patch)
tree1d65e361d8a50e09c0fa3c1f93a12cea053712da
parenta04ce6db22edf0575c50e18ae2db09adced7dedc (diff)
downloadmixlib-shellout-ce267095a24e255c9a670a55adb3e60903e05c9c.tar.gz
Bump version number post release.
-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 3650dfd..6c71061 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "1.4.0"
+ VERSION = "1.6.0.alpha.0"
end
end