summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-11-19 11:57:03 -0800
committerdanielsdeleo <dan@opscode.com>2013-11-19 11:57:03 -0800
commitde3b2a32d9a6e8aa22bc3bb858f84479250e7853 (patch)
tree3b60ce66ce61b35f8e6439ae06f92e7353f40b92
parent8bcfa82c0acd53134d3d76d2a6f450aada3186f0 (diff)
downloadmixlib-shellout-de3b2a32d9a6e8aa22bc3bb858f84479250e7853.tar.gz
Bump version number for (pre) release1.3.0.rc.0
MIXLIB-16 (https://tickets.opscode.com/browse/MIXLIB-16) is a big enough improvement to warrant a minor version bump, but should not affect compatibility.
-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 b8086c7..ace15cc 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "1.2.0"
+ VERSION = "1.3.0.rc.0"
end
end