Skip to content

Commit

Permalink
Missing version number bump in version.bzl for the new release (#318)
Browse files Browse the repository at this point in the history
Implying that the new release will have to be 1.1.1, not 1.1.0
  • Loading branch information
tetromino committed Sep 27, 2021
1 parent 50d2680 commit b2ed616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
Release 1.1.0
Release 1.1.1 (initially tagged as 1.1.0)

**New Features**

Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazel-skylib."""

version = "1.0.3"
version = "1.1.1"

0 comments on commit b2ed616

Please sign in to comment.