From b60dabfd4ff7a7d5c9cf98e1fc62aea7b3240e02 Mon Sep 17 00:00:00 2001 From: aiuto Date: Thu, 12 Mar 2020 15:17:33 -0400 Subject: [PATCH] update verstion to 0.2.5 for a new release (#141) --- pkg/version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version.bzl b/pkg/version.bzl index c5641704..68322d8a 100644 --- a/pkg/version.bzl +++ b/pkg/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of rules_pkg.""" -version = "0.2.4" +version = "0.2.5"