summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2015-04-21 14:08:58 +0100
committerThom May <thom@may.lt>2015-04-21 14:08:58 +0100
commit7ccdf3b6d5a512949e2b93df9d7ece73f453b667 (patch)
tree2764d581cda69aad598338e36e9a5f506a90e927
parent04d8188c1090955d95bae5e5ce68c5dfae911dcf (diff)
downloadohai-7ccdf3b6d5a512949e2b93df9d7ece73f453b667.tar.gz
Ohai 8.3.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--lib/ohai/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d88ce5c..b8f09fbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Ohai Changelog
-## Unreleased:
+## Release 8.3.0
* [**Jeremy Mauro**](https://github.com/jmauro):
Removing trailing space and '\r' for windows #474
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 04c96e11..0c0029cd 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = '8.2.0'
+ VERSION = '8.3.0'
end