lib/kitchen/version.rb in test-kitchen-1.10.2.dev vs lib/kitchen/version.rb in test-kitchen-1.10.2

- old
+ new

@@ -15,7 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Kitchen - VERSION = "1.10.2.dev" + VERSION = "1.10.2" end