summaryrefslogtreecommitdiff
path: root/lib/chef/version_string.rb
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2017-05-25 21:59:05 -0700
committerNoah Kantrowitz <noah@coderanger.net>2017-05-25 21:59:05 -0700
commit2a830427c0610fb158a9ead63b2c29b259b6ab06 (patch)
tree38b274cc5b8d8c16a5fa0e924971ebd68ff5b529 /lib/chef/version_string.rb
parent2f01f85409541aa660fbbda1af9929b4e0da10f7 (diff)
downloadchef-2a830427c0610fb158a9ead63b2c29b259b6ab06.tar.gz
13.1 has left the building.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
Diffstat (limited to 'lib/chef/version_string.rb')
-rw-r--r--lib/chef/version_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version_string.rb b/lib/chef/version_string.rb
index ebecb0f211..c307509425 100644
--- a/lib/chef/version_string.rb
+++ b/lib/chef/version_string.rb
@@ -16,7 +16,7 @@
class Chef
# String-like object for version strings.
#
- # @since 13.1
+ # @since 13.2
# @api internal
class VersionString < String
# Parsed version object for the string.