diff --git a/lib/coverband/version.rb b/lib/coverband/version.rb index a8a20813..4479da3e 100644 --- a/lib/coverband/version.rb +++ b/lib/coverband/version.rb @@ -5,5 +5,5 @@ # use format "4.2.1.rc.1" ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3 ### module Coverband - VERSION = "6.0.1.rc.1" + VERSION = "6.0.1" end