diff options
author | sersut <serdar@opscode.com> | 2013-12-03 15:01:25 -0800 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2013-12-03 15:01:25 -0800 |
commit | 73d847fd4e51a46d7f79d0bc847da91988834ce5 (patch) | |
tree | 971e1aae366824e9d14a151851c0f02b24bd1e62 | |
parent | 8bcfa82c0acd53134d3d76d2a6f450aada3186f0 (diff) | |
download | mixlib-shellout-73d847fd4e51a46d7f79d0bc847da91988834ce5.tar.gz |
Bump the version number for release.1.3.0
-rw-r--r-- | lib/mixlib/shellout/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index b8086c7..aef17a3 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" end end |