summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-08 12:06:08 -0700
committersersut <serdar@opscode.com>2014-04-08 12:06:08 -0700
commita04ce6db22edf0575c50e18ae2db09adced7dedc (patch)
treeda9ab21665105a206df99d62e9091ad0424936fa
parent39c68201a7631e20f00c2ca50d04e008766eda6f (diff)
downloadmixlib-shellout-1.4-stable.tar.gz
Bump the version number for release.1.4.01.4-stable
-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 70694cb..3650dfd 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.rc.1"
+ VERSION = "1.4.0"
end
end