aboutsummaryrefslogtreecommitdiff
path: root/version.bzl
diff options
context:
space:
mode:
authoraiuto <aiuto@google.com>2023-05-23 00:38:01 -0400
committerGitHub <noreply@github.com>2023-05-23 00:38:01 -0400
commitec4ad13c921ae7e30a9f39edb3ec0fa02c360f9b (patch)
treec538ce7360d76ba2b274bb7bf3da95d236f46d12 /version.bzl
parent5bf5a9019981ceb19575cd196550daf29a93a84b (diff)
downloadrules_pkg-ec4ad13c921ae7e30a9f39edb3ec0fa02c360f9b.tar.gz
Add a check to ensure that version.bzl and MODULE.bazel remain in sync. (#697)
* add MODULE.bazel * Add a check to ensure that version.bzl and MODULE.bazel remain in sync.
Diffstat (limited to 'version.bzl')
-rw-r--r--version.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.bzl b/version.bzl
index 26c342c..97a72f5 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of rules_pkg."""
-version = "0.9.0"
+version = "0.10.0"